Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method RangeMessenger.prototype.consolidateAdjacentDones
import { RangeMessenger } from "https://deno.land/x/range_reconcile@0.1.2/src/range_messenger/range_messenger.ts";

Consolidate many adjacent done messages into a single done message, with the upper bound of the last one.

Parameters

result: ProcessStageResult<ValueType, LiftedType>

Returns

ProcessStageResult<ValueType, LiftedType>[] | undefined