aiur 0.0.8

Single threaded async executor with structured concurrency
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//  \ O /
//  / * \    aiur: the homeplanet for the famous executors
// |' | '|   (c) 2020 - present, Vladimir Zvezda
//   / \

pub mod any_of_t;
pub mod async_drop_t;
pub mod cancel_frozen_event_t;
pub mod channel_t;
pub mod join_t;
pub mod join_tasks_t;
pub mod nested_loop_t;
pub mod oneshot_t;
pub mod spawn_t;

mod future_utils;
mod measure;