Update server_profile.rs
updated to account for the new threadpool location
This commit is contained in:
parent
4501887b14
commit
d74ed68206
|
|
@ -23,11 +23,11 @@ use std::{
|
|||
use log::info;
|
||||
|
||||
use crossbeam_channel::{Sender, Receiver, unbounded};
|
||||
use rust_chat_server::ThreadPool;
|
||||
//use zeroize::Zeroize;
|
||||
//use parking_lot::FairMutex;
|
||||
//use dashmap::DashMap;
|
||||
//use regex::Regex;
|
||||
use crate::lib::ThreadPool;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ServerMessages {
|
||||
|
|
|
|||
Loading…
Reference in New Issue