Update server_profile.rs

updated to account for the new threadpool location
This commit is contained in:
michael-bailey 2020-09-27 08:48:43 +01:00
parent 4b5914b625
commit 23f8c7adac
1 changed files with 1 additions and 1 deletions

View File

@ -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 {