Type Alias polkadot_overseer::SubsystemIncomingMessages

source ·
pub type SubsystemIncomingMessages<M> = SelectWithStrategy<MeteredReceiver<MessagePacket<M>>, UnboundedMeteredReceiver<MessagePacket<M>>, fn(_: &mut ()) -> PollNext, ()>;
Expand description

Incoming messages from both the bounded and unbounded channel.

Aliased Type§

struct SubsystemIncomingMessages<M> { /* private fields */ }