servers/src
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
..
bin fix(cli): update long arguments 2022-08-19 12:16:02 +02:00
commands chore: add some comments in code 2022-08-22 13:23:08 +02:00
plugins chore: add some comments in code 2022-08-22 13:23:08 +02:00
server fix(server): change from task::spawn to thread::spawn 2022-09-14 21:03:49 +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