Go to file
michael-bailey d56a7209c2 Update server_profile.rs
+ added thread spawning.
+added channels for server communication outside of the thread.
+ added main loop process.
~ changes the tcp listener to be non blocking.
+ added loop labels to break out of.
+ impl drop for the server that signals the thread to break.
2020-08-03 12:39:50 +01:00
src Update server_profile.rs 2020-08-03 12:39:50 +01:00
.gitignore fixed trait issues 2020-07-17 19:51:54 +01:00
Cargo.toml Update Cargo.toml 2020-08-03 12:36:55 +01:00
LICENSE new license = GPL 3 2020-04-08 21:54:16 +00:00
README.md Initial commit 2020-04-08 18:11:09 +00:00

README.md

rust-chat-server