#async #runner #extremely #boring #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

#770 in Asynchronous

Download history 3/week @ 2024-11-13 12/week @ 2024-11-20 16/week @ 2024-11-27 28/week @ 2024-12-04 44/week @ 2024-12-11 7/week @ 2024-12-18 4/week @ 2025-01-01 4/week @ 2025-01-08 19/week @ 2025-01-15 12/week @ 2025-01-22 10/week @ 2025-01-29 18/week @ 2025-02-05 44/week @ 2025-02-12 13/week @ 2025-02-19 58/week @ 2025-02-26

135 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