slot-based-collator: Move spawning of the futures (#6561)
Move spawning of the slot-based collator into the `run` function. Also
the tasks are being spawned as blocking task and not just as normal
tasks.
---------
Co-authored-by:
GitHub Action <action@github.com>
Showing
- cumulus/client/consensus/aura/src/collators/slot_based/mod.rs 53 additions, 29 deletions...lus/client/consensus/aura/src/collators/slot_based/mod.rs
- cumulus/polkadot-omni-node/lib/src/nodes/aura.rs 7 additions, 16 deletionscumulus/polkadot-omni-node/lib/src/nodes/aura.rs
- cumulus/test/service/src/lib.rs 2 additions, 12 deletionscumulus/test/service/src/lib.rs
- prdoc/pr_6561.prdoc 11 additions, 0 deletionsprdoc/pr_6561.prdoc
Please register or sign in to comment