1 unstable release
0.0.1 | Apr 1, 2020 |
---|
#7 in #joining
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>
Async scheduler that supports prioritization, efficient selection, and joining. A distributable MIT/Apache-2.0 license is granted implicitly for spacejam's github sponsors.
0.0.1 | Apr 1, 2020 |
---|
#7 in #joining
16KB
57 lines
extremely boring async function runner.
docs:
/// Run a `Future`.
pub fn run<F, O>(f: F) -> O
where
F: Future<Output = O>