ReceiveBuffer

Undocumented in source.

Members

Aliases

Receive
alias Receive = ptrdiff_t delegate(scope void[] buf) nothrow @(safe)
Undocumented in source.
ResultBuffer
alias ResultBuffer = Tuple!(ptrdiff_t, "size", ubyte[], "data")
Undocumented in source.

Functions

opCall
const(ResultBuffer) opCall(Receive receive)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LEN_MAX
enum LEN_MAX;
Undocumented in source.
START_SIZE
enum START_SIZE;
Undocumented in source.

Static variables

max_size
size_t max_size;
Undocumented in source.

Variables

buffer
ubyte[] buffer;

Allocated buffer

Meta