Documentation

class AppQueue

A simple task queue for scheduling and running asynchronous tasks.

class AppQueue;

Description

This class provides a minimal task queue that executes tasks in FIFO order with time-budgeted batching. It’s used internally by the application context and renderers to coordinate UI updates and deferred operations.

Access the singleton instance via app.queue.

Instance members