Condition |
Condition variables to synchronize between threads.
|
Cothread |
Super set of standard Thread module.
|
Event |
First-class synchronous communication.
|
Mutex |
Locks for mutual exclusion.
|
Stm |
A user-space STM library for vmthreads, system threads, process and network
programs(TODO).
|
Thread |
Thread inferface, the version compatible with Thread module of standard
threads library from OCaml distribution
|