feat: make event loop multithreaded

This commit is contained in:
Nova
2023-01-25 09:17:52 -05:00
parent ac71581db8
commit 8d85460803
2 changed files with 2 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ fn main() -> Result<()> {
}
// #[tokio::main]
#[tokio::main(flavor = "current_thread")]
#[tokio::main]
async fn event_loop(
info_sender: oneshot::Sender<EventLoopInfo>,
stop_rx: oneshot::Receiver<()>,