crossbar.node.worker¶
Classes¶
Internal run-time representation of a container worker process. |
|
Internal run-time representation of a controller process. |
|
Internal run-time representation of a guest worker process. |
|
Internal run-time representation of a router worker process. |
|
Internal run-time representation of a websocket-testee worker process. |
Module Contents¶
- class ContainerWorkerProcess(controller, id, who=None, keeplog=None)[source]¶
Bases:
NativeWorkerProcessInternal run-time representation of a container worker process.
- class ControllerWorkerProcess(controller, id, who=None, keeplog=None)[source]¶
Bases:
NativeWorkerProcessInternal run-time representation of a controller process.
- class GuestWorkerProcess(controller, id, who, keeplog=None)[source]¶
Bases:
WorkerProcessInternal run-time representation of a guest worker process.