Module vibe.core.mutex
Mutex
locking functionality.
Classes
Name | Description |
---|---|
Mutex | Mutex implementation for fibers. |
Structs
Name | Description |
---|---|
ScopedLock | RAII lock for the Mutex class. |
Enums
Name | Description |
---|---|
LockMode |
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.