Preparing search index...
The search index is not available
zibri
zibri
multithreading/models/thread-job-function.model
ThreadJobFunction
Type Alias ThreadJobFunction<InputType, ResultType>
ThreadJobFunction
:
|
(
data
:
InputType
)
=>
ResultType
|
(
data
:
InputType
)
=>
Promise
<
ResultType
>
The type of a function that can be run on a separate thread.
Type Parameters
InputType
ResultType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
The type of a function that can be run on a separate thread.