https://github.com/autholykos/executor
A simple executor for rust Futures. This is not intended for production use (use Tokio)
https://github.com/autholykos/executor
Last synced: 2 months ago
JSON representation
A simple executor for rust Futures. This is not intended for production use (use Tokio)
- Host: GitHub
- URL: https://github.com/autholykos/executor
- Owner: autholykos
- License: mit
- Created: 2021-07-20T18:42:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T08:31:07.000Z (almost 5 years ago)
- Last Synced: 2025-03-04T19:46:55.660Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# executor
A simple executor for rust Futures. This is not intended for production use (use Tokio)