3.3. aiomisc_worker module#
3.3.1. aiomisc_worker.forking module#
3.3.2. aiomisc_worker.process module#
3.3.3. aiomisc_worker.process_inner module#
3.3.4. aiomisc_worker.protocol module#
- class aiomisc_worker.protocol.AsyncProtocol(reader: StreamReader, writer: StreamWriter)[source]#
Bases:
object- PACKET_HEADER = <_struct.Struct object>#
- class aiomisc_worker.protocol.FileIOProtocol(fd: BinaryIO | IO[bytes])[source]#
Bases:
Protocol- fd: BinaryIO | IO[bytes]#
3.3.5. aiomisc_worker.worker module#
- aiomisc_worker.worker.bad_initializer(address: str | Tuple[str, int], cookie: bytes, worker_id: bytes, exc: BaseException) None[source]#
- aiomisc_worker.worker.execute(protocol: SocketIOProtocol) None[source]#