@pleisto/active-support
Preparing search index...
sleep
Function sleep
sleep
(
milliseconds
:
number
)
:
{
cancel
:
()
=>
void
;
promise
:
Promise
<
void
>
}
Sleeps for the specified amount of time.
Parameters
milliseconds
:
number
Returns
{
cancel
:
()
=>
void
;
promise
:
Promise
<
void
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...
Sleeps for the specified amount of time.