vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
Lockable
index
vibe
core
sync
Undocumented in source.
interface
Lockable {
void
lock
();
void
unlock
();
bool
tryLock
();
}
Members
Functions
lock
void
lock
()
Undocumented in source.
tryLock
bool
tryLock
()
Undocumented in source.
unlock
void
unlock
()
Undocumented in source.
Meta
Source
See Implementation
index
vibe
core
sync
aliases
LocalManualEvent
classes
InterruptibleRecursiveTaskMutex
InterruptibleTaskCondition
InterruptibleTaskMutex
InterruptibleTaskReadWriteMutex
LocalTaskSemaphore
RecursiveTaskMutex
TaskCondition
TaskMutex
TaskReadWriteMutex
enums
LockMode
functions
createLocalManualEvent
createManualEvent
performLocked
interfaces
Lockable
ManualEvent
structs
ScopedMutexLock