Preparing search index...
The search index is not available
mtcute - v0.17.2
mtcute
@mtcute/core
utils
ControllablePromise
Type Alias ControllablePromise<T>
Controllable
Promise
<
T
>
:
Promise
<
T
>
&
{
reject
:
(
(
err
?:
unknown
)
=>
void
)
;
resolve
:
(
(
val
:
T
)
=>
void
)
;
}
A promise that can be resolved or rejected from outside.
Type Parameters
T
=
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
mtcute - v0.17.2
Loading...
A promise that can be resolved or rejected from outside.