Use SpawnNamed instead of Spawn in Overseer (#1430)
* Use SpawnNamed instead of Spawn in Overseer * reexport SpawnNamed and fix doc tests * Fix deps
Showing
- polkadot/Cargo.lock 7 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/node/core/backing/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/backing/Cargo.toml
- polkadot/node/core/backing/src/lib.rs 5 additions, 11 deletionspolkadot/node/core/backing/src/lib.rs
- polkadot/node/network/bridge/Cargo.toml 1 addition, 0 deletionspolkadot/node/network/bridge/Cargo.toml
- polkadot/node/network/bridge/src/lib.rs 6 additions, 4 deletionspolkadot/node/network/bridge/src/lib.rs
- polkadot/node/network/pov-distribution/Cargo.toml 1 addition, 0 deletionspolkadot/node/network/pov-distribution/Cargo.toml
- polkadot/node/network/pov-distribution/src/lib.rs 17 additions, 14 deletionspolkadot/node/network/pov-distribution/src/lib.rs
- polkadot/node/network/statement-distribution/Cargo.toml 1 addition, 0 deletionspolkadot/node/network/statement-distribution/Cargo.toml
- polkadot/node/network/statement-distribution/src/lib.rs 7 additions, 4 deletionspolkadot/node/network/statement-distribution/src/lib.rs
- polkadot/node/overseer/Cargo.toml 2 additions, 0 deletionspolkadot/node/overseer/Cargo.toml
- polkadot/node/overseer/examples/minimal-example.rs 25 additions, 13 deletionspolkadot/node/overseer/examples/minimal-example.rs
- polkadot/node/overseer/src/lib.rs 128 additions, 104 deletionspolkadot/node/overseer/src/lib.rs
- polkadot/node/primitives/Cargo.toml 1 addition, 0 deletionspolkadot/node/primitives/Cargo.toml
- polkadot/node/primitives/src/lib.rs 2 additions, 0 deletionspolkadot/node/primitives/src/lib.rs
- polkadot/node/service/src/lib.rs 2 additions, 1 deletionpolkadot/node/service/src/lib.rs
- polkadot/node/subsystem/src/lib.rs 14 additions, 4 deletionspolkadot/node/subsystem/src/lib.rs
- polkadot/node/subsystem/src/util.rs 17 additions, 12 deletionspolkadot/node/subsystem/src/util.rs
- polkadot/node/test-helpers/subsystem/Cargo.toml 1 addition, 0 deletionspolkadot/node/test-helpers/subsystem/Cargo.toml
- polkadot/node/test-helpers/subsystem/src/lib.rs 7 additions, 4 deletionspolkadot/node/test-helpers/subsystem/src/lib.rs
Please register or sign in to comment