kanea·playground

async io /api/io holds the request open for N ms without blocking the event loop

Fires concurrency parallel requests that each wait wait ms server-side. If the runtime handles concurrency, total wall time stays close to the wait time, not wait × concurrency.

// results appear here