servers/src/server
MedzikUser 7da5daf522
feat(client): HashMap add Mutex and functions
Changed map type in Client struct to Arc<Mutex<HashMap<String, ClientMapValue>>>.
Implemented functions insert_key, get_value and delete_key to the Client type.
Re-export servers::server::ClientMapValue in servers::plugins::prelude.
2022-08-17 15:40:11 +02:00
..
client.rs feat(client): HashMap add Mutex and functions 2022-08-17 15:40:11 +02:00
mod.rs fix(clippy): rename module to fix clippy warning 2022-08-12 23:16:13 +02:00
run.rs feat(tcp client): add tcp-client 2022-08-16 23:24:21 +02:00