Callback function type
Collection of asynchronous workers
Collects result provided by collection of asynchronous workers
Collection of asynchronous workers
Fails specified callback
Exception object
Returns asynchronous processor functions that uses type-guard for accepting specific context and delegates work to specified processor
Type-guard function for specific context acceptance
Asynchronous processor function for specific context
Joins onSuccess and onFail callback into classical asynchronous callback function
Callback function that must be called on success result
Callback function that must be called on error
Successes specified callback
Array of result items
Returns asynchronous worker function that unwraps single result to an array of results
Asynchronous worker function that provides single result as tuple
Returns asynchronous worker function that wraps array of results into single tuple
Asynchronous worker function that provides array of results to a callback
Generated using TypeDoc
Asynchronous worker function type