aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/main.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-21renaming and refactoringChristian Krinitsin1-2/+0
2025-03-21client: add client class with input processingChristian Krinitsin1-109/+3
2025-03-21implement a queue with a mutex to prevent concurrent accesses to the shared ↵Christian Krinitsin1-11/+77
memory
2025-03-21implement communication between server and client (without mutexes and with ↵Christian Krinitsin1-0/+49
queue_length of 1)