Go to file
Anton Tarasenko cfe680d770 Refactor link module for use in one thread
While `link` module is still spawning new threads to handle new
connections and reading data from connected clients - it now collects
all the received messages in one thread, simplifying their handling.
2021-08-04 04:29:20 +07:00
src Refactor link module for use in one thread 2021-08-04 04:29:20 +07:00
.gitignore Initial commit 2020-11-17 13:05:42 +07:00
Cargo.lock Refactor link module for use in one thread 2021-08-04 04:29:20 +07:00
Cargo.toml Refactor link module for use in one thread 2021-08-04 04:29:20 +07:00