vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Interface EventDriverWatchers

interface EventDriverWatchers ;

Properties

NameTypeDescription
userData[set] TRetrieves a reference to a user-defined value associated with a descriptor.

Methods

NameDescription
addRef (descriptor) Increments the reference count of the given resource.
releaseRef (descriptor) Decrements the reference count of the given resource.
watchDirectory (path, recursive, callback) Watches a directory or a directory sub tree for changes.
rawUserData (descriptor, size, initialize, destroy) Low-level user data access. Use userData instead.
Authors
Copyright
License