Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/deps.ts>RangeMessenger#consolidateAdjacentDones

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
method RangeMessenger.prototype.consolidateAdjacentDones
Re-export
import { RangeMessenger } from "https://deno.land/x/earthstar@v10.0.0/deps.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