Expand description
A wrapper for an AsyncRead to support XON/XOFF flow control.
This allows any AsyncRead that implements BufferIsEmpty to be used with XON/XOFF flow
control.
Structsยง
- Drain
Rate ๐Request - A marker type for a
NotifySenderindicating that notifications are for new drain rate requests. - XonXoff
Reader ๐ - A wrapper for an
AsyncReadto support XON/XOFF flow control. - XonXoff
Reader ๐Ctrl - The control structure for a stream that partakes in XON/XOFF flow control.
Traitsยง
- Buffer
IsEmpty ๐ - Used by the
XonXoffReaderto decide when to send a drain rate update (typically resulting in an XON message).