Expand description
Module holding utilities related to counts of bytes passed to AsyncWrite.
Structsยง
- Byte
Counter - An AsyncWrite which counts bytes written to the wrapped AsyncWrite.
- Byte
Limit - An AyncWrite which raises an Error if the number of bytes
written is more that the
byte_limit