Expand description

Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes.

To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.

Structs§

  • Queue entries that are currently bound to a particular core due to core affinity.
  • Priority queue for all orders which don’t yet (or not any more) have any core affinity.
  • Maps a ParaId to CoreIndex and keeps track of how many assignments the scheduler has in it’s lookahead. Keeping track of this affinity prevents parallel execution of the same ParaId on two or more CoreIndexes.
  • Overall status of queue (both free + affinity entries)
  • Keeps track of accumulated revenue from on demand order sales.