Preparing search index...
The search index is not available
@douglasneuroinformatics/libjs
@douglasneuroinformatics/libjs
sleep
Function sleep
sleep
(
seconds
:
number
)
:
Promise
<
unknown
>
Pause the flow of execution in an async function *
Parameters
seconds
:
number
Returns
Promise
<
unknown
>
Example
await
sleep
(
5
);
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@douglasneuroinformatics/libjs
Loading...
Pause the flow of execution in an async function *