Struct smartpool::ChannelParams
source · pub struct ChannelParams<Behavior: PoolBehavior> {
pub key: Behavior::ChannelKey,
pub complete_on_close: bool,
}Expand description
Part of the pool config data which configured a certain pool-facing channel.
Fields§
§key: Behavior::ChannelKeyThe channel index in the pool behavior
complete_on_close: boolWhether to run this channel to completion before closing the pool