Module @tscommon/batch-resolver
Enumerations§
- DeduplicationStrategy
Strategy for handling duplicate tasks with the same key.
Classes§
- AbstractAsyncBatchResolver
Batches multiple asynchronous calls within a single operation, caching results.
- TaskCancelledError
Error indicating that a task was cancelled.
- TaskUnresolvedError
Error indicating that a task was not resolved by the batch resolver.
Interfaces§
- Task
Captures a payload and a deferred result for batch processing.