Function serai_coordinator::handle_processors
source ยท pub async fn handle_processors<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>,
tributary_event: Receiver<TributaryEvent<D, P>>,
)