release

Releases a synchronization object, potentially making it available to other threads.  Individual methods describe what this means for each class of synchronization.  This function does not block for any of the subclasses of <synchronization> provided by the library.

Exported from

Modifiers

open

Arguments

objectAn instance of <synchronization>.
The class of objects that are used for inter-thread synchronization.
The Runtime-Threads module.
The threads module.