servers/src/server
MedzikUser b56357c085
fix(server): change from task::spawn to thread::spawn
Changed to thread::spawn due to task::spawn spawn max 2 tasks (accept max 2 clients) if your cpu has 2 cores.
2022-09-14 21:03:49 +02:00
..
client.rs fix(server): change from task::spawn to thread::spawn 2022-09-14 21:03:49 +02:00
mod.rs chore: add some comments in code 2022-08-22 13:23:08 +02:00
run.rs fix(server): change from task::spawn to thread::spawn 2022-09-14 21:03:49 +02:00