Goods.Mutex.leave Function
Release mutex. This method should be called after exit from critical section. Mutex will be unlocked only if number of
leave()
invocations is equal to the number of
enter()
invocations.
Public void leave ()
Return
Description
void