- ConditionAlloc
alias ConditionAlloc = FreeListObjectAlloc!(Condition, false)
Undocumented in source.
- EWOULDBLOCK
alias EWOULDBLOCK = WSAEWOULDBLOCK
Undocumented in source.
- LevConditionAlloc
alias LevConditionAlloc = FreeListObjectAlloc!(LevCondition, false)
Undocumented in source.
- LevMutexAlloc
alias LevMutexAlloc = FreeListObjectAlloc!(LevMutex, false)
Undocumented in source.
- MutexAlloc
alias MutexAlloc = FreeListObjectAlloc!(core.sync.mutex.Mutex, false)
Undocumented in source.
- ReadWriteMutexAlloc
alias ReadWriteMutexAlloc = FreeListObjectAlloc!(ReadWriteMutex, false)
Undocumented in source.
- ThreadSlotMap
alias ThreadSlotMap = HashMap!(Thread, ThreadSlot)
Driver implementation for the libevent library
Libevent is a well-established event notification library. It is currently the default driver for Vibe.d