Crates.io | extreme |
lib.rs | extreme |
version | 666.666.666666 |
source | src |
created_at | 2020-01-16 17:15:55.754774 |
updated_at | 2020-01-20 18:37:14.867001 |
description | Extremely boring async function runner. MIT/Apache-2.0 license is available for spacejam's github sponsors. |
homepage | https://github.com/spacejam/extreme |
repository | https://github.com/spacejam/extreme |
max_upload_size | |
id | 199164 |
size | 41,681 |
extremely boring async function runner.
docs:
/// Run a `Future`.
pub fn run<F, O>(f: F) -> O
where
F: Future<Output = O>