pub async fn initialize_collator_subsystems(
overseer_handle: &mut Handle,
key: CollatorPair,
para_id: Id,
reinitialize: bool,
)
Expand description
Initialize the collation-related subsystems on the relay-chain side.
This must be done prior to collation, and does not set up any callback for collation.
For callback-driven collators, use the relay_chain_driven
module.