takyon 0.1.0

A simple, single threaded async runtime
Documentation
1
2
3
4
5
#[cfg(target_os = "linux")]
mod linux;

#[cfg(target_os = "linux")]
pub use linux::Platform;