node: spawn block authoring and grandpa voter as blocking tasks (#6446)
* service: add spawner for essential tasks
* node: spawn block authoring and grandpa voter as blocking tasks
* Apply suggestions from code review
Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- substrate/bin/node-template/node/src/service.rs 2 additions, 2 deletionssubstrate/bin/node-template/node/src/service.rs
- substrate/bin/node/cli/src/service.rs 3 additions, 3 deletionssubstrate/bin/node/cli/src/service.rs
- substrate/client/service/src/lib.rs 15 additions, 2 deletionssubstrate/client/service/src/lib.rs
- substrate/client/service/src/task_manager.rs 59 additions, 0 deletionssubstrate/client/service/src/task_manager.rs
Please register or sign in to comment