std-client-run-queue

JSON →
library 0.0.1 ·javascript
verified Jun 7, 2026

A TypeScript run queue that schedules and manages async tasks to minimize client-side interactivity disruptions. Current version 0.0.1, early development with frequent releases. Supports configurable max parallelism, work units, continuous work duration, priority levels, per-entry cancellation, and optional delay and never-cancel flags. Provides coordination hooks for React Native via InteractionManager. Differentiators include client-focus, customizable runAfterInteractions, stats tracking, and priority scheduling with fine-grained control over task execution order and cancellation.