noop-executor

Crates.ionoop-executor
lib.rsnoop-executor
version0.1.2
created_at2025-04-24 00:30:31.311685+00
updated_at2025-09-20 04:42:46.670775+00
descriptionNo-op executors for async tasks
homepage
repositoryhttps://github.com/raviqqe/noop-executor
max_upload_size
id1646458
size6,541
Yota Toyama (raviqqe)

documentation

README

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

Commit count: 10

cargo fmt