module documentation
(source)

This module implements the worker classes.
Present Since
12.3
Class ​Local​Worker Local process worker protocol. This worker runs as a local process and communicates via stdin/out.
Class ​Local​Worker​Address A IAddress implementation meant to provide stub addresses for ITransport.getPeer and ITransport.getHost.
Class ​Local​Worker​AMP Local implementation of the manager commands.
Class ​Local​Worker​Transport A stub transport implementation used to support AMP over a ProcessProtocol transport.
Class ​Worker​Protocol The worker-side trial distributed protocol.