Class TaskMutex
Mutex
implementation for fibers.
Note
This mutex is currently suitable only for synchronizing different fibers. If you need inter-thread synchronization, go for core.sync.mutex instead.
Constructors
Name | Description |
---|---|
this |
Methods
Name | Description |
---|---|
tryLock | |
lock | |
unlock |
Authors
Leonid Kramer
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.