extreme

Crates.ioextreme
lib.rsextreme
version666.666.666666
sourcesrc
created_at2020-01-16 17:15:55.754774
updated_at2020-01-20 18:37:14.867001
descriptionExtremely boring async function runner. MIT/Apache-2.0 license is available for spacejam's github sponsors.
homepagehttps://github.com/spacejam/extreme
repositoryhttps://github.com/spacejam/extreme
max_upload_size
id199164
size41,681
Tyler Neely (spacejam)

documentation

https://docs.rs/extreme

README

extreme!

extremely boring async function runner.

docs:

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

cargo fmt