Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 271 Bytes

Socket Warmup

This repo contains some basic/fundamental code for working with sockets in Rust.

I'm using this as a warmup in preparation for David Beazley's Rafting Trip training (https://www.dabeaz.com/raft.html).

TODO

  • Use a thread pool.
  • Write tests.