FileReadyToRead

This is a low level event that is dispatched when a listened file (see: addFileToLoop) is ready to be read You should read as much as possible without blocking from the file now, as a future event may not be fired for left over data

version(linux)
struct FileReadyToRead {
OsFileHandle fd;
}
Suggestion Box / Bug Report