Expand description
Pool networker traits and implementations
Structs§
- A derived
NetworkerFactory
producing thread-local cloneable instances - A derived
NetworkerFactory
producing shareable instances - ZeroMQ
Networker
implementation - ZeroMQ
NetworkerFactory
implementation
Enums§
- Events used to drive a
Networker
instance
Traits§
- A simple trait implemented by all networker types
- A factory for
Networker
instances
Type Aliases§
- A
Networker
instance which can be cloned and used within one thread - A
Networker
instance which can be cloned and used across multiple threads