Expand description
Abstract implementation of a channel manager
Modulesยง
- select ๐
- Logic for filtering and selecting channels in order to find suitable channels for a target.
- state ๐
- Simple implementation for the internal map state of a ChanMgr.
Structsยง
- Abstract
Chan ๐Mgr - A type- and network-agnostic implementation for
ChanMgr. - Chan
MgrConfig - This is the configuration for a
ChanMgrgiven to the constructor.
Enumsยง
- Action ๐
- Possible actions that weโll decide to take when asked for a channel.
Traitsยง
- Abstract
Channel ๐ - Trait to describe as much of a
ChannelasAbstractChanMgrneeds to use. - Abstract
Channel ๐Factory - Trait to describe how channels-like objects are created.