extreme

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


Keywords
async
License
GPL-3.0

Documentation

extreme!

extremely boring async function runner.

docs:

/// Run a `Future`.
pub fn run<F, O>(f: F) -> O
where
    F: Future<Output = O>