INotify

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

Copying this object is disabled.

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

add
Watch add(const(char)* path, uint mask)
Watch add(const(char)[] path, uint mask)

Add path to watch set of this INotify instance

read
Event[] read(Duration timeout)

Issue a blocking read to get a bunch of events, there is at least one event in the returned slice.

remove
void remove(Watch w)

Remove watch descriptor from this this INotify instance

Meta