huge rework; two different task pool classes now

This commit is contained in:
2022-02-05 18:02:32 +01:00
parent f45fef6497
commit 3eae7d803f
8 changed files with 277 additions and 115 deletions

View File

@ -1,2 +1,2 @@
from .pool import TaskPool
from .pool import TaskPool, SimpleTaskPool
from .server import UnixControlServer