toykio 0.2.2

toy tokio reactor
docs.rs failed to build toykio-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

toykio: toy "tokio" implementation

FOR LEARNING PURPOSES ONLY

This is a greatly simplified implementation

  • futures 0.3 compatible executor on top of select(2) event loop
  • AsyncRead/AsyncWrite TcpStream implementations

todo:

  • more comments