OutputStream.callback_buffer

Called periodically request more data to device output. Target must not call any functions that either suspend the thread, or would impact real-time performance (disk operations, etc).

class OutputStream
@nogc nothrow
void delegate(ubyte[] buffer) callback_buffer;

Meta