- this
this(void delegate() onReady, int fd, bool captureReads, bool captureWrites)
- this
this(void delegate(int) onReady, int fd, bool captureReads, bool captureWrites)
- this
this(void delegate(int fd, bool read, bool write) onReady, int fd, bool captureReads, bool captureWrites)
Lets you add files to the event loop for reading. Use at your own risk.