1. Docs
  2. 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.

Queue flags

Loading the playground…

State

size
0
running
false
autoRun
true
stop
false

Pending · oldest first

  1. No pending tasks.

Related code

Load scenario
const queue=new Queue;

Execution trace

  1. No task has run yet.