vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
ThreadSlot
index
vibe
core
drivers
libevent2
private
version(VibeLibeventDriver)
struct
ThreadSlot {
Libevent2Driver
driver
;
deimos
.
event2
.
event
.
event
*
event
;
ArraySet
!
Task
tasks
;
}
Members
Variables
driver
Libevent2Driver
driver
;
Undocumented in source.
event
deimos
.
event2
.
event
.
event
*
event
;
Undocumented in source.
tasks
ArraySet
!
Task
tasks
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
core
drivers
libevent2
aliases
ConditionAlloc
EWOULDBLOCK
LevConditionAlloc
LevMutexAlloc
MutexAlloc
ReadWriteMutexAlloc
ThreadSlotMap
classes
InotifyDirectoryWatcher
Libevent2Driver
Libevent2FileDescriptorEvent
Libevent2ManualEvent
Libevent2UDPConnection
functions
getThreadLibeventDriverCore
getThreadLibeventEventLoop
toTimeVal
manifest constants
IP_ADD_MEMBERSHIP
IP_MULTICAST_LOOP
structs
AddressInfo
LevCondition
LevMutex
ThreadSlot
private