blob: ee24f3d56cc088f626b24f96c9ef7f9df960f410 [file] [log] [blame] [view] [edit]
# Piper
Async pipes, channels, mutexes, and more.
> **NOTE:** This crate is still a work in progress. Coming soon.
- Arc and Mutex - same as std except they implement asyncread/asyncwrite
- Event - for notifying async tasks and threads, advanced AtomicWaker
- Lock - async lock
- chan - Sender and Receiver implement Sink and Stream
- pipe - Reader and Writer implement AsyncRead and AsyncWrite
## TODO's
- change w.await to listener.await