changeset 16018 | fb389df02e3e |
parent 15968 | ce47259d5c86 |
--- a/rust/hedgewars-server/src/server/io.rs Mon Feb 12 21:26:35 2024 +0300 +++ b/rust/hedgewars-server/src/server/io.rs Tue Feb 13 00:58:17 2024 +0300 @@ -24,7 +24,7 @@ let (core_tx, io_rx) = mpsc::channel(); let (io_tx, core_rx) = mpsc::channel(); - todo!("convert into an IO task"); + //todo!("convert into an IO task"); /*let mut db = Database::new("localhost");