xitep / try_mio

Experiments with async io in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • mio-server - a tcp server (using raw mio) with a simple protocol
  • mio-client - a client (using raw mio 0.5) to make N parallel requests against mio-server
  • mio06-client - a client (using raw mio 0.6) to make N parallel requests against multiple mio-servers
  • blocking-client - a client (using std::net::TcpStream) to make N serial requests against mio-server
  • futures-client - a client (using futures-rs) to make N parallel requests against mio-server
  • tokio-client - a client (using tokio-rs) to make N serial requests against mio-server

About

Experiments with async io in Rust


Languages

Language:Rust 100.0%