CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
sleep
Function sleep
sleep
(
ms
:
NumLike
,
signal
?:
AbortSignal
)
:
Promise
<
void
>
Waits for the given duration, rejecting with the abort reason if cancelled.
Parameters
ms
:
NumLike
Optional
signal
:
AbortSignal
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
Docs
Playground
CCC Docs
Loading...
Waits for the given duration, rejecting with the abort reason if cancelled.