PosixFdReader.this

  1. this(void delegate() onReady, int fd, bool captureReads, bool captureWrites)
  2. this(void delegate(int) onReady, int fd, bool captureReads, bool captureWrites)
    class PosixFdReader
    this
    (
    void delegate
    (
    int
    )
    onReady
    ,
    int fd
    ,
    bool captureReads = true
    ,
    bool captureWrites = false
    )
  3. this(void delegate(int fd, bool read, bool write) onReady, int fd, bool captureReads, bool captureWrites)

Meta