함수: asyncBatcherOptions()
function asyncBatcherOptions<TValue, TOptions>(options): TOptions;
정의 위치: async-batcher.ts:168
AsyncBatcherOptions 공통 옵션을 서로 다른 AsyncBatcher 인스턴스에서 공유하기 위한 유틸리티 함수입니다.
타입 매개변수
TValue
TValue = any
TOptions
TOptions extends Partial<AsyncBatcherOptions<TValue>> = Partial<AsyncBatcherOptions<TValue>>
매개변수
options
TOptions
반환값
TOptions