BufferedFiberSelectWriter.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(IOutputDevice output, SelectFiber fiber, IOWarning warning_e, IOError error_e, size_t size)
  2. this(IFiberSelectProtocol other, size_t size)
    class BufferedFiberSelectWriter

Parameters

other IFiberSelectProtocol

other instance of this class

size size_t

output buffer size

In: buffer_size must not be 0.

Meta