- Docs
- Playground
Browser playground
Operate the queue one transition at a time.
This lab imports the deployed queue.js module. Load a FIFO scenario, change its state, and inspect the exact code behind the latest activity.
Real queue state
Build and control a batch.
Presets load a complete batch. The stopped scenario keeps autoRun=true to show that stop blocks the oldest task.
Loading the playground…
State
- size
- 0
- running
- false
- autoRun
- true
- stop
- false
Pending · oldest first
- No pending tasks.
Related code
Load scenarioconst queue=new Queue;
Execution trace
- No task has run yet.