test_executors 0.4.1

Simple async executors for testing.
Documentation
1
2
3
4
5
// SPDX-License-Identifier: MIT OR Apache-2.0
#[cfg(not(target_arch = "wasm32"))]
pub use std::time;
#[cfg(target_arch = "wasm32")]
pub use web_time as time;