eventcore ~master (2021-12-17T12:21:51Z)
Dub
Repo
FileSlot
eventcore
drivers
winapi
core
Undocumented in source.
version(Windows)
package
struct
FileSlot {
struct
Direction
(bool RO)
;
Direction
!
false
read
;
Direction
!
true
write
;
FileCloseCallback
closeCallback
;
}
Members
Structs
Direction
struct
Direction
(bool RO)
Undocumented in source.
Variables
closeCallback
FileCloseCallback
closeCallback
;
Undocumented in source.
read
Direction
!
false
read
;
Undocumented in source.
write
Direction
!
true
write
;
Undocumented in source.
Meta
Source
See Implementation
eventcore
drivers
winapi
core
classes
WinAPIEventDriverCore
functions
overlappedIOHandler
structs
FileSlot
IOEvent
OVERLAPPED_CORE
WatcherSlot