FileError

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

version(linux)
struct FileError {
OsFileHandle fd;
}

Meta