Mention on_idle round-robin logic to trait Hooks cargo doc#13797
Mention on_idle round-robin logic to trait Hooks cargo doc#13797paritytech-processbot[bot] merged 6 commits intomasterfrom
on_idle round-robin logic to trait Hooks cargo doc#13797Conversation
Co-authored-by: Bastian Köcher <git@kchr.de>
|
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 <git@kchr.de> * fmt --------- Co-authored-by: Bastian Köcher <git@kchr.de>
…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 <git@kchr.de> * fmt --------- Co-authored-by: Bastian Köcher <git@kchr.de>
Improves cargo doc comments of
trait Hooksto include the logic related to calling the runtime pallets'on_idlehooks using round-robin.