#async-runner #async

dev 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

#1367 in Asynchronous

Download history 44/week @ 2025-11-08 47/week @ 2025-11-15 46/week @ 2025-11-22 47/week @ 2025-11-29 46/week @ 2025-12-06 45/week @ 2025-12-13 49/week @ 2025-12-20 41/week @ 2025-12-27 44/week @ 2026-01-03 35/week @ 2026-01-10 46/week @ 2026-01-17 46/week @ 2026-01-24 50/week @ 2026-01-31 42/week @ 2026-02-07 46/week @ 2026-02-14 36/week @ 2026-02-21

193 downloads per month
Used in 5 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