8 releases (stable)
666.666.666666 | Jan 20, 2020 |
---|---|
666.666.6666 | Jan 17, 2020 |
6.6.6 | Jan 16, 2020 |
1.0.1 | Jan 16, 2020 |
0.0.0 | Jan 16, 2020 |
#644 in Asynchronous
47 downloads per month
Used in 6 crates
16KB
57 lines
extreme!
extremely boring async function runner.
docs:
/// Run a `Future`.
pub fn run<F, O>(f: F) -> O
where
F: Future<Output = O>