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