FiberSelectWriter.this

Constructor.

error_e and warning_e may be the same object if distinguishing between error and warning is not required.

  1. this(IOutputDevice output, SelectFiber fiber, IOWarning warning_e, IOError error_e)
    class FiberSelectWriter
    this
    (,
    SelectFiber fiber
    ,
    IOWarning warning_e
    ,
    IOError error_e
    )
  2. this(typeof(super) other)

Parameters

output IOutputDevice

output device

fiber SelectFiber

output writing fiber

warning_e IOWarning

exception to throw if the remote hung up

error_e IOError

exception to throw on I/O error

Meta