Scheduler pacing
profiling beat loop — baseline holds
if (elapsed < targetMs) skip(); // reactive skip
Something is writing this page while you read it.
Greeter voice and ops desk in one AI — built for live haunt pressure, not brochure mode. The floor stays awake when you can't.
if (elapsed < targetMs) skip(); // reactive skip
queue.push(evt); process(); // eager path
return cache.get(k) ?? fallback; // passive read
for (const evt of queue) await handle(evt);
await batch(queue, handle, { size: 8 });