#![doc = include_str!("../README.md")]
mod droppable_future;
use droppable_future::*;
mod task_identifier;
pub use task_identifier::*;
mod split_ticked_async_executor;
pub use split_ticked_async_executor::*;
mod ticked_async_executor;
pub use ticked_async_executor::*;
mod ticked_timer;
pub use ticked_timer::*;