vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
LibasyncDirectoryWatcher
index
vibe
core
drivers
libasync
Undocumented in source.
version(VibeLibasyncDriver)
final
class
LibasyncDirectoryWatcher : DirectoryWatcher {
this
(Path path, bool recursive);
~this
();
Path
path
[@property getter];
bool
recursive
[@property getter];
void
release
();
void
acquire
();
bool
amOwner
();
bool
readChanges
(DirectoryChange[] dst, Duration timeout);
}
Constructors
this
this
(Path path, bool recursive)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
acquire
void
acquire
()
Undocumented in source. Be warned that the author may not have intended to support it.
amOwner
bool
amOwner
()
Undocumented in source. Be warned that the author may not have intended to support it.
readChanges
bool
readChanges
(DirectoryChange[] dst, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void
release
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
path
Path
path
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
recursive
bool
recursive
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
index
vibe
core
drivers
libasync
classes
LibasyncDirectoryWatcher
LibasyncDriver
LibasyncFileStream
LibasyncManualEvent
LibasyncTCPConnection
LibasyncTCPListener
LibasyncUDPConnection
functions
_wchmod
_wfopen
getDriverCore
getMainEventLoop
recycleID
static variables
gs_availID
gs_maxID
gs_mutex
variables
s_eventWaiters
total_conn