Preparing search index...
The search index is not available
@lzwme/fe-utils
@lzwme/fe-utils
index
ILimitedTaskFactory
Interface ILimitedTaskFactory<T>
interface
ILimitedTaskFactory
<
T
>
{
c
:
(
value
:
T
|
Promise
<
T
>
)
=>
void
;
e
:
(
error
?:
unknown
)
=>
void
;
factory
:
ITask
<
Promise
<
T
>
>
;
}
Type Parameters
T
Index
Properties
c
e
factory
Properties
c
c
:
(
value
:
T
|
Promise
<
T
>
)
=>
void
e
e
:
(
error
?:
unknown
)
=>
void
factory
factory
:
ITask
<
Promise
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
c
e
factory
@lzwme/fe-utils
Loading...