feat: make event loop multithreaded

This commit is contained in:
Nova
2023-01-25 09:17:52 -05:00
parent 3dadbccfff
commit 063be773e0
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<()>,