working server and client

This commit is contained in:
2022-02-04 16:25:09 +01:00
parent c9e0e2f255
commit 6a5c200ae6
6 changed files with 197 additions and 6 deletions

View File

@ -0,0 +1,6 @@
PACKAGE_NAME = 'asyncio_taskpool'
MSG_BYTES = 1024
CMD_START = 'start'
CMD_STOP = 'stop'
CMD_STOP_ALL = 'stop_all'
CLIENT_EXIT = 'exit'