Crate that wraps a Unix pipe for use with Mio.
See the API documentation for more.
Since version 0.7.5 Mio has support for the pipe(2)
system call in the crate
(based on this implementation):
https://docs.rs/mio/0.7.5/mio/unix/pipe/index.html.
Currently supported platforms:
- Android
- DragonFly BSD
- FreeBSD
- Linux
- NetBSD
- OpenBSD
- iOS
- macOS
The most notable exception in the list is Windows. If you want to contribute a port to Windows please see issue #6.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.