hyperfile-reactor

Crates.iohyperfile-reactor
lib.rshyperfile-reactor
version0.2.0
created_at2025-09-19 14:51:11.540747+00
updated_at2025-09-19 14:51:11.540747+00
descriptionA lightweight task execution framework built on top of Tokio's LocalSet
homepagehttps://github.com/hyperfile/hyperfile-reactor
repositoryhttps://github.com/hyperfile/hyperfile-reactor
max_upload_size
id1846579
size29,837
Dai Yiyang (daiyy)

documentation

README

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.

Commit count: 17

cargo fmt