bunqueue
v2.8
API reference
all versions
ยท
guide
bunqueue
Guide
GitHub
Preparing search index...
client
BatchProcessor
Type Alias BatchProcessor<T, R>
BatchProcessor
:
(
jobs
:
Job
<
T
>
[]
)
=>
Promise
<
R
[]
>
Batch processor function
Type Parameters
T
=
unknown
R
=
unknown
Type Declaration
(
jobs
:
Job
<
T
>
[]
)
:
Promise
<
R
[]
>
Parameters
jobs
:
Job
<
T
>
[]
Returns
Promise
<
R
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Guide
GitHub
bunqueue
Loading...
Batch processor function