servers/src
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
..
bin feat(tcp client): add tcp-client 2022-08-16 23:24:21 +02:00
commands docs: comment code 2022-08-12 23:12:29 +02:00
plugins feat(client): HashMap add Mutex and functions 2022-08-17 15:40:11 +02:00
server feat(client): HashMap add Mutex and functions 2022-08-17 15:40:11 +02:00
lib.rs docs: comment code 2022-08-12 23:12:29 +02:00
main.rs docs: comment code 2022-08-12 23:12:29 +02:00