implemented TCP socket control; switched example to TCP

This commit is contained in:
2022-02-25 22:42:37 +01:00
parent ae6bb1bd17
commit 5dad4ab0c7
5 changed files with 70 additions and 22 deletions

View File

@ -20,4 +20,4 @@ Brings the main classes up to package level for import convenience.
from .pool import TaskPool, SimpleTaskPool
from .server import UnixControlServer
from .server import TCPControlServer, UnixControlServer