Mutex registry.
w96.mutex.registry[id] = <mtx object>
.
Creates a new mutex.
An optional tag to specify.
A mutex ID.
Gets a mutex by tag.
The tag to search for.
The found mutex ID.
Checks for a lock.
The ID of the mutex to check.
Releases the specified mutex.
The ID of the mutex to release.
Generated using TypeDoc
Mutex API