mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
add todo
This commit is contained in:
@@ -4,5 +4,5 @@ use std::sync::mpsc::SyncSender;
|
||||
use crate::{event::Event, client::{ClientHandle, Client}, request::Server};
|
||||
|
||||
pub fn run(_produce_tx: SyncSender<(Event, ClientHandle)>, _server: Server, _clients: Vec<Client>) {
|
||||
|
||||
todo!();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user