Crates.io | future-runner |
lib.rs | future-runner |
version | 0.0.1 |
source | src |
created_at | 2024-11-13 16:31:06.694346 |
updated_at | 2024-11-13 16:31:06.694346 |
description | A lightweight future executor with WASM support and configurable runtime options for async Rust applications |
homepage | |
repository | https://github.com/piot/future-runner |
max_upload_size | |
id | 1446759 |
size | 8,054 |
A lightweight Rust crate that gives your futures the exercise they need! Whether you're running on native platforms or WASM, blocking or non-blocking, we've got you covered.
threaded
- Enables thread-based executionblock
- Enables blocking execution modeTo use future-runner
, add it to your Cargo.toml
:
[dependencies]
future-runner = "0.0.1"
This project is licensed under the MIT License - see the LICENSE file for details.