FileReadyToWrite

This is a low level event that is dispatched when a listened file (see: addFileToLoop) is ready to be written to

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