FiberSelectReader.this

Constructor

Uses the conduit, fiber and exceptions from the other IFiberSelectProtocol instance. This is useful when this instance shares the conduit and fiber with another IFiberSelectProtocol instance, e.g. a FiberSelectWriter.

The conduit owned by the other instance must have been downcast from IInputDevice.

  1. this(IInputDevice input, SelectFiber fiber, IOWarning warning_e, IOError error_e, size_t buffer_size)
  2. this(typeof(super) other, size_t buffer_size)
    class FiberSelectReader
    this
    (
    typeof(super) other
    ,)

Parameters

other typeof(super)

other instance of this class

buffer_size size_t

input buffer size

In: buffer_size must not be 0.

Meta