generated from daniil-berg/boilerplate-py
9 lines
172 B
Python
9 lines
172 B
Python
PACKAGE_NAME = 'asyncio_taskpool'
|
|
MSG_BYTES = 1024
|
|
CMD_START = 'start'
|
|
CMD_STOP = 'stop'
|
|
CMD_STOP_ALL = 'stop_all'
|
|
CMD_SIZE = 'size'
|
|
CMD_FUNC = 'func'
|
|
CLIENT_EXIT = 'exit'
|