marionnet-dev team mailing list archive
-
marionnet-dev team
-
Mailing list archive
-
Message #00412
[Branch ~marionnet-drivers/ocamlbricks/trunk] Rev 280: Added support for final actions of a thread (at_exit) in ThreadExtra. Also, the function create_k...
------------------------------------------------------------
revno: 280
committer: Jean-Vincent Loddo <loddo@xxxxxxxxxxxxxxxxxxxx>
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