An open API service indexing awesome lists of open source software.

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 🚒📖🔥

Awesome Lists containing this project

README

          

# fahrenheit (formerly known as `toykio`)

[![Build Status](https://travis-ci.com/polachok/fahrenheit.svg?branch=master)](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