Module counter

Source
Expand description

Module holding utilities related to counts of bytes passed to AsyncWrite.

Structsยง

ByteCounter
An AsyncWrite which counts bytes written to the wrapped AsyncWrite.
ByteLimit
An AyncWrite which raises an Error if the number of bytes written is more that the byte_limit