------------------------------------------------------------
revno: 280
committer: Jean-Vincent Loddo <lo...@lipn.univ-paris13.fr>
branch nick: ocamlbricks
timestamp: Fri 2011-12-30 18:08:47 +0100
message:
  Added support for final actions of a thread (at_exit) in ThreadExtra. Also, 
the function create_killable now complies with process forking. The interface 
remains quite simple:
  val create : ('a -> 'b) -> 'a -> Thread.t
  val create_killable : ?verbose:unit -> ('a -> 'b) -> 'a -> Thread.t * (unit 
-> unit) * int
  val at_exit : (unit -> unit) -> unit
modified:
  EXTRA/limbo.ml
  EXTRA/threadExtra.ml
  EXTRA/threadExtra.mli


--
lp:ocamlbricks
https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk

Your team marionnet-dev is subscribed to branch lp:ocamlbricks.
To unsubscribe from this branch go to 
https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk/+edit-subscription

_______________________________________________
Mailing list: https://launchpad.net/~marionnet-dev
Post to     : marionnet-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~marionnet-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to