Skip to main content

Module requests

Module requests 

Source

Structsยง

CommandQueueFull
Returned when the relevant pending command request queue has reached its fixed capacity.
CommandRequestQueue ๐Ÿ”’
Bounded cross-task requests drained by the main game tick.
PendingRequestQueues ๐Ÿ”’
Independently bounded execution and suggestion queues.

Enumsยง

CommandRequest ๐Ÿ”’
Work submitted from connection or console tasks for the game tick to handle.
PendingRequest ๐Ÿ”’

Constantsยง

COMMAND_REQUESTS_PER_TICK ๐Ÿ”’
Maximum command requests handled before one world tick.
DEFAULT_COMMAND_REQUEST_CAPACITY ๐Ÿ”’
DEFAULT_SUGGESTION_REQUEST_CAPACITY ๐Ÿ”’