FileHup

This is a low level event that is dispatched when a listened file (see: addFileToLoop) has a hang up event

version(linux)
struct FileHup {
OsFileHandle fd;
}

Meta