vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
Lockable
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
vibe
core
sync
classes
InterruptibleRecursiveTaskMutex
InterruptibleTaskCondition
InterruptibleTaskMutex
InterruptibleTaskReadWriteMutex
LocalTaskSemaphore
RecursiveTaskMutex
TaskCondition
TaskMutex
TaskReadWriteMutex
enums
LockMode
functions
createManualEvent
createMonitor
createSharedManualEvent
performLocked
scopedMutexLock
interfaces
Lockable
structs
LocalManualEvent
ManualEvent
Monitor
ScopedMutexLock