compio-runtime 0.12.0-rc.1

High-level runtime for compio
Documentation
1
2
3
4
5
6
7
8
9
//! Utilities for working with file descriptors.

mod poll_fd;
pub use poll_fd::*;

#[cfg(feature = "async-fd")]
mod async_fd;
#[cfg(feature = "async-fd")]
pub use async_fd::*;