This module provides low-level primitives for working with multiple threads (a.k.a. light-weight processes or tasks) — multiple threads of control sharing their global data space. For synchronization, simple locks (a.k.a. mutexes or binary semaphores) are provided.
The module is optional and supported on SGI and Sun Sparc systems only.
It defines the following constant and functions:
Lock objects have the following methods:
Caveats: