-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Mention on_idle
round-robin logic to trait Hooks
cargo doc
#13797
Conversation
Co-authored-by: Bastian Köcher <[email protected]>
bot merge |
Error: Statuses failed for 492813f |
bot fmt |
@gpestana https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2632466 was started for your command Comment |
@gpestana Command |
bot merge |
Error: Statuses failed for 492813f |
bot merge |
Waiting for commit status. |
Merge cancelled due to error. Error: Statuses failed for 8a9a45b |
bot merge |
Waiting for commit status. |
* Adds on_idle round-robin logic to trait Hooks docs * Makes the docs more concise * Update frame/support/src/traits/hooks.rs Co-authored-by: Bastian Köcher <[email protected]> * fmt --------- Co-authored-by: Bastian Köcher <[email protected]>
…ytech#13797) * Adds on_idle round-robin logic to trait Hooks docs * Makes the docs more concise * Update frame/support/src/traits/hooks.rs Co-authored-by: Bastian Köcher <[email protected]> * fmt --------- Co-authored-by: Bastian Köcher <[email protected]>
Improves cargo doc comments of
trait Hooks
to include the logic related to calling the runtime pallets'on_idle
hooks using round-robin.