about summary refs log tree commit diff stats
path: root/src/client/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renaming and refactoringChristian Krinitsin2025-03-211-2/+0
|
* client: add client class with input processingChristian Krinitsin2025-03-211-109/+3
|
* implement a queue with a mutex to prevent concurrent accesses to the shared ↵Christian Krinitsin2025-03-211-11/+77
| | | | memory
* implement communication between server and client (without mutexes and with ↵Christian Krinitsin2025-03-211-0/+49
queue_length of 1)