#async #runner #boring #extremely #future #github #spacejam

extreme

Extremely boring async function runner. MIT/Apache-2.0 license is available for spacejam's github sponsors.

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

#607 in Asynchronous

Download history 2/week @ 2023-11-27 1/week @ 2024-01-08 10/week @ 2024-02-12 11/week @ 2024-02-19 46/week @ 2024-02-26 213/week @ 2024-03-04 54/week @ 2024-03-11

326 downloads per month
Used in 6 crates

GPL-3.0 license

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>

No runtime deps