toykio 0.2.2

toy tokio reactor
1
2
3
4
5
6
7
8
9
10
11
# toykio: toy "tokio" implementation

*FOR LEARNING PURPOSES ONLY*

This is a greatly simplified implementation

- [x] futures 0.3 compatible executor on top of select(2) event loop
- [x] AsyncRead/AsyncWrite TcpStream implementations

todo:
- [ ] more comments