event-uring 0.1.0

event-uring
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "platform_linux")]
pub mod linux;

#[cfg(feature = "platform_macos")]
pub mod macos;

#[cfg(feature = "platform_webos")]
pub mod webos;

pub trait Platform {}