Bun.sleep() returns a void Promise that resolves after a given number of milliseconds.
Internally, it is equivalent to the following
setTimeout snippet.
See Utils.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Bun.sleep() returns a void Promise that resolves after a given number of milliseconds.
setTimeout snippet.