Class TaskMutex

Mutex implementation for fibers.

Inherits from

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
this

Methods

Name Description
lock
tryLock
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.