Bridge
The Bridge Component is used for inter-process communications between processes. Bridge is used internally when a Component is started in “process mode” via circuits.core.manager.start(). Typically a Pipe is used as the socket transport between two sides of a Bridge (there must be a :class:`~Bridge` instnace on both sides).
Bases: circuits.core.components.BaseComponent
initializes x; see x.__class__.__doc__ for signature