Preparing search index...
The search index is not available
True Myth - v8.4.0
True Myth
task
WithResolvers
Type Alias WithResolvers<T, E>
WithResolvers
:
{
reject
:
(
reason
:
E
)
=>
void
;
resolve
:
(
value
:
T
)
=>
void
;
task
:
Task
<
T
,
E
>
;
}
Type returned by calling
Task.withResolvers
Type Parameters
T
E
Type declaration
reject
:
(
reason
:
E
)
=>
void
resolve
:
(
value
:
T
)
=>
void
task
:
Task
<
T
,
E
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
True Myth - v8.4.0
Loading...
Type returned by calling
Task.withResolvers