Search
Preparing search index...
The search index is not available
node-threadpool
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
ThreadPool
ThreadPool
ISubmittedThread
Interface ISubmittedThread<T, D>
Type parameters
T
D
Hierarchy
ISubmittedThread
Index
Properties
data
fn
reject
resolve
Properties
data
data
:
D
fn
fn
:
Runnable
<
T
,
D
>
reject
reject
:
function
Type declaration
(
err
:
Error
)
:
void
Parameters
err:
Error
Returns
void
resolve
resolve
:
function
Type declaration
(
result
:
T
)
:
void
Parameters
result:
T
Returns
void
Globals
ISubmitted
Thread
data
fn
reject
resolve
IThread
Pool
Runnable
Generated using
TypeDoc