Function serai_coordinator::handle_processor_messages
source ยท pub(crate) async fn handle_processor_messages<D: Db, Pro: Processors, P: P2p>(
db: D,
key: Zeroizing<<Ristretto as Ciphersuite>::F>,
serai: Arc<Serai>,
processors: Pro,
p2p: P,
cosign_channel: UnboundedSender<CosignedBlock>,
network: ExternalNetworkId,
tributary_event: UnboundedReceiver<TributaryEvent<D, P>>,
)