Files
pezkuwi-subxt/substrate/client/consensus/slots
Bastian Köcher 224c7f10b9 SimpleSlotWorker make claim_slot async (#9713)
* SimpleSlotWorker make `claim_slot` async

* FMT
2021-09-07 11:15:44 +00:00
..
2021-01-04 09:03:13 +00:00
2021-08-13 15:18:37 +01:00
2020-08-20 17:04:42 +02:00

Slots functionality for Substrate.

Some consensus algorithms have a concept of slots, which are intervals in time during which certain events can and/or must occur. This crate provides generic functionality for slots.

License: GPL-3.0-or-later WITH Classpath-exception-2.0