Crates.io | noop-executor |
lib.rs | noop-executor |
version | 0.1.2 |
created_at | 2025-04-24 00:30:31.311685+00 |
updated_at | 2025-09-20 04:42:46.670775+00 |
description | No-op executors for async tasks |
homepage | |
repository | https://github.com/raviqqe/noop-executor |
max_upload_size | |
id | 1646458 |
size | 6,541 |
A no-op executor in Rust.
This crate provides a block_on
function that simply unwraps a future assuming it is ready.
async
operations as coroutines, you need to use crates like Cassette instead.