Skip to content

Latest commit

 

History

History

async-byte-channel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

async-byte-channel

A simple implementation of an in-memory channel with a read end that that implements AsyncRead and a write end that implements AsyncWrite.

Intended for usage in tests, in order to avoid depending on heavier-weight I/O libraries.