- core
inout(CoreDriver) core [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- core
shared(inout(CoreDriver)) core [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dns
inout(DNSDriver) dns [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- events
inout(EventsDriver) events [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- events
shared(inout(EventsDriver)) events [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- files
inout(FileDriver) files [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- pipes
inout(PipeDriver) pipes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- processes
inout(ProcessDriver) processes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- signals
inout(SignalsDriver) signals [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- sockets
inout(SocketsDriver) sockets [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- timers
inout(TimerDriver) timers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- watchers
inout(WatcherDriver) watchers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- core
inout(EventDriverCore) core [@property getter]
Core event loop functionality
- core
shared(inout(EventDriverCore)) core [@property getter]
Core event loop functionality
- timers
inout(EventDriverTimers) timers [@property getter]
Single shot and recurring timers
- events
inout(EventDriverEvents) events [@property getter]
Cross-thread events (thread local access)
- events
shared(inout(EventDriverEvents)) events [@property getter]
Cross-thread events (cross-thread access)
- signals
inout(EventDriverSignals) signals [@property getter]
UNIX/POSIX signal reception
- sockets
inout(EventDriverSockets) sockets [@property getter]
Stream and datagram sockets
- dns
inout(EventDriverDNS) dns [@property getter]
- files
inout(EventDriverFiles) files [@property getter]
- watchers
inout(EventDriverWatchers) watchers [@property getter]
Directory change watching
- processes
inout(EventDriverProcesses) processes [@property getter]
- pipes
inout(EventDriverPipes) pipes [@property getter]
- dispose
bool dispose()
Releases all resources associated with the driver.