#executor #task #noop-executor

noop-executor

No-op executors for async tasks

1 unstable release

Uses new Rust 2024

new 0.1.0 Apr 24, 2025

#28 in #tasks

Custom license

4KB

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

No runtime deps