Send a signal to the process when the file becomes ready for reading or writing.
const FILE_SIGNAL_IO: FileFlags = FileFlags(O_ASYNC);
open(2) and O_ASYNC therein