|
tea-lock-release lockName
Releases a previously acquired lock.
It is illegal to release a lock that was not previously acquired by the current thread. A runtime error will occur if this happens.
The functions tea-lock-release, tea-lock-acquire are only useful within code that may be executing by more than one interpreter, where each interpreter is running on a separate thread.
|