executioner 0.0.1

Async scheduler that supports prioritization, efficient selection, and joining. A distributable MIT/Apache-2.0 license is granted implicitly for spacejam's github sponsors.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 41.31 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 991.08 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • spacejam/sled
    8573 401 145
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • spacejam

extreme!

extremely boring async function runner.

docs:

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