Crates.io | executioner |
lib.rs | executioner |
version | 0.0.1 |
source | src |
created_at | 2020-04-01 13:00:56.760107 |
updated_at | 2020-04-01 13:00:56.760107 |
description | Async scheduler that supports prioritization, efficient selection, and joining. A distributable MIT/Apache-2.0 license is granted implicitly for spacejam's github sponsors. |
homepage | http://sled.rs |
repository | https://github.com/spacejam/sled |
max_upload_size | |
id | 225181 |
size | 41,687 |
extremely boring async function runner.
docs:
/// Run a `Future`.
pub fn run<F, O>(f: F) -> O
where
F: Future<Output = O>