rt-local 0.1.4

Thread local asynchronous runtime working with platform-specific event loops.
Documentation
1
2
3
4
5
6
7
#![cfg(all(windows, feature = "windows"))]
use rt_local::runtime::windows::run;

mod test_utils;
mod common {
    mod tests;
}