Skip to content

Scott-Canning/threadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust multi-threaded client-server playground

server

start server: cargo run

concepts used:

  • TCP socket server
  • threadpool implementation
  • arc, mutex

client

start client: cargo run

concepts used:

  • recoverable error handling
  • args, stdin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages