oops
This commit is contained in:
parent
424ceedfd8
commit
79d2559efd
@ -18,7 +18,7 @@ pub enum ServerMode {
|
|||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
static ref SHUTDOWN_SWITCH: Mutex<Option<SingleShotEventual<()>>> =
|
static ref SHUTDOWN_SWITCH: Mutex<Option<SingleShotEventual<()>>> =
|
||||||
Mutex::new(Some(SingleShotEventual::new(())));
|
Mutex::new(Some(SingleShotEventual::new(Some(()))));
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn shutdown() {
|
pub fn shutdown() {
|
||||||
|
Loading…
Reference in New Issue
Block a user