BufferedFiberSelectWriter.this

Constructor

  1. this(IOutputDevice output, SelectFiber fiber, IOWarning warning_e, IOError error_e, size_t size)
    class BufferedFiberSelectWriter
    this
    (
    IOutputDevice output
    ,
    SelectFiber fiber
    ,
    IOWarning warning_e
    ,
    IOError error_e
    ,)
  2. this(IFiberSelectProtocol other, size_t size)

Parameters

output IOutputDevice

output device

fiber SelectFiber

output reading fiber

warning_e IOWarning

exception to throw on end-of-flow condition or if the remote hung up

error_e IOError

exception to throw on I/O error

size size_t

buffer size

In: The buffer size must not be 0.

Meta