Skip to main content

Module empty

Module empty 

Source

Structs§

Empty
Empty ignores any data written via AsyncWrite, and will always be empty (returning zero bytes) when read via AsyncRead.

Functions§

empty
Creates a value that is always at EOF for reads, and ignores all data written.