#async #runner #extremely #boring #future #github #sponsors

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

#663 in Asynchronous

Download history 46/week @ 2024-02-26 213/week @ 2024-03-04 54/week @ 2024-03-11 22/week @ 2024-03-18 7/week @ 2024-03-25 34/week @ 2024-04-01 10/week @ 2024-04-08 25/week @ 2024-04-15 29/week @ 2024-04-22 8/week @ 2024-04-29 19/week @ 2024-05-06 12/week @ 2024-05-13 19/week @ 2024-05-20 17/week @ 2024-05-27 33/week @ 2024-06-03 9/week @ 2024-06-10

80 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