https://github.com/polachok/fahrenheit
toy futures executor 🚒📖🔥
https://github.com/polachok/fahrenheit
absolutely-not-tokio futures rust
Last synced: about 1 year ago
JSON representation
toy futures executor 🚒📖🔥
- Host: GitHub
- URL: https://github.com/polachok/fahrenheit
- Owner: polachok
- License: other
- Created: 2018-05-08T22:28:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T04:37:46.000Z (over 6 years ago)
- Last Synced: 2025-05-28T22:51:31.806Z (about 1 year ago)
- Topics: absolutely-not-tokio, futures, rust
- Language: Rust
- Homepage:
- Size: 48.8 KB
- Stars: 234
- Watchers: 8
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fahrenheit (formerly known as `toykio`)
[](https://travis-ci.com/polachok/fahrenheit)
*FOR LEARNING PURPOSES ONLY*
This is a greatly simplified implementation
- [x] [std::future::Future](https://doc.rust-lang.org/stable/std/future/trait.Future.html) compatible executor on top of select(2) event loop
- [x] AsyncRead/AsyncWrite TcpStream implementations
todo:
- [ ] more comments