feat: safe exit for criticality
This commit is contained in:
parent
6b00f0586e
commit
2004a97410
3 changed files with 27 additions and 3 deletions
|
|
@ -1,10 +1,8 @@
|
|||
use skylink::lib::logger::{LogLevel, log};
|
||||
use futures_util::SinkExt;
|
||||
use skylink::lib::websockets::websocket_handler;
|
||||
use skylink::lib::winapi::mark_process_critical;
|
||||
use skylink::LOG_PATH;
|
||||
use skylink::WsTx;
|
||||
use tokio_tungstenite::tungstenite::Message;
|
||||
use std::sync::Arc;
|
||||
use tokio::sync::Mutex;
|
||||
use std::ffi::OsString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue