executioner

Crates.ioexecutioner
lib.rsexecutioner
version0.0.1
sourcesrc
created_at2020-04-01 13:00:56.760107
updated_at2020-04-01 13:00:56.760107
descriptionAsync scheduler that supports prioritization, efficient selection, and joining. A distributable MIT/Apache-2.0 license is granted implicitly for spacejam's github sponsors.
homepagehttp://sled.rs
repositoryhttps://github.com/spacejam/sled
max_upload_size
id225181
size41,687
Tyler Neely (spacejam)

documentation

https://docs.rs/executioner

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: 4373

cargo fmt