Skip to main content

Module chunk_scheduler

Module chunk_scheduler 

Source
Expand description

Sequencing between gameplay ticket changes and background chunk scheduling.

Structsยง

ChunkMapPreparationTimings ๐Ÿ”’
Timing information produced by the background half of a scheduling epoch.
ChunkMapSchedulingTimings ๐Ÿ”’
Timing information for one background epoch and its boundary commit.
ChunkSchedulingCoordinator ๐Ÿ”’
Owns the short ticket-ingress lock and the non-blocking epoch handoff. The propagation manager moves between epochs instead of being cloned or locked by gameplay.
ChunkTicketRevision ๐Ÿ”’
Revision assigned to an ordered batch of ticket operations.
PendingChunkTicketOperations ๐Ÿ”’
PreparedChunkSchedulingEpoch ๐Ÿ”’
QueuedChunkTicketOperation ๐Ÿ”’

Enumsยง

ChunkSchedulingBoundaryStep ๐Ÿ”’
ChunkSchedulingState ๐Ÿ”’
ChunkTicketOperation ๐Ÿ”’
One source-level ticket mutation submitted by gameplay.