Pipe.onWritable

void onWritable(WritableCallback callback) @safe

Register a callback for writability (write end).

Fires when the send queue drains below the low water mark after backpressure. Not called on initial open. Thread affinity: event loop thread only. Non-reentrant.

Parameters

callbackHandler invoked when the pipe becomes writable.