Examples
GitHub
NPM
Preparing search index...
The search index is not available
@lilbunnyrabbit/task-manager@1.0.0
@lilbunnyrabbit/task-manager@1.0.0
TaskSpec
Type Alias TaskSpec<TData, TResult>
TaskSpec
:
{
TData
:
TData
;
TResult
:
TResult
}
Structure for a task specification.
Type Parameters
TData
=
any
Input data type.
TResult
=
any
Result data type.
Type declaration
TData
:
TData
TResult
:
TResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Examples
GitHub
NPM
@lilbunnyrabbit/task-manager@1.0.0
Loading...
Structure for a task specification.