generated from daniil-berg/boilerplate-py
refactored TaskPool._map; fixed TaskPool.apply; helper functions in separate module; new exception class
This commit is contained in:
@@ -24,3 +24,7 @@ class InvalidTaskID(PoolException):
|
||||
|
||||
class PoolStillOpen(PoolException):
|
||||
pass
|
||||
|
||||
|
||||
class NotCoroutine(PoolException):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user