https://github.com/rufflewind/synchrotron
A single-threaded busy-wait task scheduler.
https://github.com/rufflewind/synchrotron
Last synced: about 1 year ago
JSON representation
A single-threaded busy-wait task scheduler.
- Host: GitHub
- URL: https://github.com/rufflewind/synchrotron
- Owner: Rufflewind
- License: apache-2.0
- Created: 2017-03-28T19:32:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T08:09:46.000Z (about 5 years ago)
- Last Synced: 2025-02-28T11:37:43.572Z (over 1 year ago)
- Language: Rust
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `synchrotron`
[](https://docs.rs/synchrotron)
[](https://crates.io/crates/synchrotron)
[](https://github.com/Rufflewind/synchrotron/actions/workflows/build.yml)
[Documentation for the `master` branch](https://rufflewind.com/synchrotron)
An simple busy-wait executor based on [`futures`](https://crates.io/crates/futures) that runs on a single thread.