Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- improved mutexes - mutex release will only work if function has lock (prevents external releases) - modified mutexes to work as blocks - added mutex initializer to allow multiple mutex lock aquiring within the same function
- Loading branch information