ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
FileSystemEvent.EventUnion
ocean
io
select
client
FileSystemEvent
FileSystemEvent
Union of possible events that could happen.
class
FileSystemEvent
union
EventUnion {
FileEvent
file_event
;
DirectoryFileEvent
directory_file_event
;
}
Members
Variables
directory_file_event
DirectoryFileEvent
directory_file_event
;
Undocumented in source.
file_event
FileEvent
file_event
;
Union of possible events that could happen.
Meta
Source
See Implementation
ocean
io
select
client
FileSystemEvent
FileSystemEvent
aliases
Notifier
RaisedEvent
constructors
this
functions
events
fileHandle
handle
setNotifier
unwatch
watch
structs
DirectoryFileEvent
FileEvent
unions
EventUnion
Union of possible events that could happen.