Examples
Runnable teaching scripts live under examples/. Each form below has a paired doc with Twoslash (hover types) — near-identical to the source file. Run the real script with the pnpm run example:… command on each page.
Individual example docs are not in the sidebar; this hub is the index. Deep-link a module with #queue, #resource, …
Queue
Priority, Dedup, Retry
Source: examples/forms/queue/queue-hyperlink-priority-retry.ts Run: pnpm run example:queue-hyperlink
Custom N-Lane Priorities
Source: examples/forms/queue/workpool-priority-lanes.ts Run: pnpm run example:workpool-priority
Hyperlink
Coming next (forms/hyperlink — Gate, HttpApi, Telemetry, FleetHealth, ShardMap).
Schedule
Coming next (examples/forms/schedule).
Polling
Coming next (examples/forms/polling).
Daemon Store
Coming next (examples/forms/daemon-store).
Store
Coming next (examples/forms/store).
Dynamic Config
Coming next (examples/forms/dynamic-config).