// \ O /
// / * \ aiur: the homeplanet for the famous executors
// |' | '| (c) 2020 - present, Vladimir Zvezda
// / \
//
// Toy Runtime is a runtime based on aiur with reactor that only support sleeping. Sleeping
// works as emulation of any long IO, so this runtime is used for testing.
// has to export for the macro
pub use SleepMode;
pub use ToyReactor;
// Make a toy runtime
crateexport_runtime!;