@rimbu/stream@rimbu/stream/asyncAsyncReducer (namespace)InstanceImpl<I,O,S>On this pageclass InstanceImpl<I,O,S>The default AsyncReducer.Impl implementation.Type parametersNameDescriptionIthe input element typeOthe output element typeSthe reducer state typePropertieshaltundocumentedDefinitionhalt: () => void;haltedundocumentedDefinitionget halted(): boolean;indexundocumentedDefinitionget index(): number;nextundocumentedDefinitionnext: (value: I) => Promise<void>;reducerundocumentedDefinitionreadonly reducer: AsyncReducer.Impl<I, O, S>;MethodsgetOutputundocumentedDefinitiongetOutput(): Promise<O>;initializeundocumentedDefinitioninitialize(): Promise<void>;onCloseundocumentedDefinitiononClose(err?: unknown): Promise<void>;ParametersNameTypeDescriptionerrunknown