#task-execution #reactor #tokio-reactor

bin+lib hyperfile-reactor

A lightweight task execution framework built on top of Tokio's LocalSet

1 unstable release

0.2.0 Sep 19, 2025

#718 in Concurrency


Used in hyperfile

Apache-2.0

10KB
172 lines

Hyperfile Reactor

A lightweight task execution framework built on top of Tokio's LocalSet.

Overview

Hyperfile Reactor enables spawning tasks that can handle concurrent requests through multiple priority channels within single thread.

The implementation is based on Tokio's LocalSet example.

License

This project is licensed under the Apache-2.0 License.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Dependencies

~2.3–3.5MB
~50K SLoC