๐โโ๏ธ future-runner
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.
โจ Features
- ๐ฏ Cross-platform support (Native & WASM)
- ๐ Configurable execution modes
- ๐งต Optional threaded execution
- ๐ซ Non-blocking mode available
- ๐ฎ Super simple API
๐จ Feature Flags
threaded- Enables thread-based executionblock- Enables blocking execution mode
๐ฆ Installation
To use future-runner, add it to your Cargo.toml:
[]
= "0.0.1"
License
This project is licensed under the MIT License - see the LICENSE file for details.