Interface #6

Merged
michael-bailey merged 53 commits from Interface into Development 2021-02-08 21:12:11 +00:00
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>>),