generated from daniil-berg/boilerplate-py
added full test coverage and docstrings for TaskPool
as well as minor improvements
This commit is contained in:
@ -3,6 +3,6 @@ MSG_BYTES = 1024
|
||||
CMD_START = 'start'
|
||||
CMD_STOP = 'stop'
|
||||
CMD_STOP_ALL = 'stop_all'
|
||||
CMD_SIZE = 'size'
|
||||
CMD_NUM_RUNNING = 'num_running'
|
||||
CMD_FUNC = 'func'
|
||||
CLIENT_EXIT = 'exit'
|
||||
|
Reference in New Issue
Block a user