Function: workerStream()
workerStream<
TIn,TOut>(worker,payload,ctx):AsyncGenerator<TOut,void,void>
Defined in: worker-stream.ts:38
Type Parameters
TIn
TIn
TOut
TOut
Parameters
worker
Worker
payload
TIn
ctx
progress?
(fraction) => void
signal
AbortSignal
Returns
AsyncGenerator<TOut, void, void>