Browse thread
[Caml-list] Native Threads
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | nadji@n... |
| Subject: | Re: [Caml-list] Native Threads |
Alessandro Baretta wrote: > Did you look at the Event module of the thread library? > yes, I would like _asynchronous_ messages ... Either by signals targeted to a thread with signal handlers, or by sending exception to a thread, wich can catch it with the try-catch construct. I don't know if it's easy, though. The point is to be able to handle concurrency with small overhead, and to be able to easily share data structures. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners