[][src]Module libuv::handles::fs_poll

Structs

FsPollHandle

FS Poll handles allow the user to monitor a given path for changes. Unlike FsEventHandle, fs poll handles use stat to detect when a file has changed so they can work on file systems where fs event handles can’t.

Enums

FsPollCB