Merge Interface branch onto development branch #5

Closed
michael-bailey wants to merge 53 commits from Interface into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 829b222d55 - Show all commits

View File

@ -25,6 +25,7 @@ use log::info;
use crossbeam_channel::{Sender, Receiver, unbounded};
use crate::lib::ThreadPool;
#[derive(Debug)]
pub enum ServerMessages {
RequestUpdate(Arc<Mutex<TcpStream>>),