noop-executor 0.1.1

No-op executors for async tasks
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 6.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 466.66 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • raviqqe/noop-executor
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • raviqqe

No-op executor

GitHub Action Crate License

A no-op executor in Rust.

This crate provides a block_on function that simply unwraps a future assuming it is ready.

References

  • If you use async operations as coroutines, you need to use crates like Cassette instead.

License

The Unlicense