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

x/range_reconcile/src/range_messenger/range_messenger.ts>RangeMessenger#process

Efficiently sync sets with range-based set reconciliation
Go to Latest
method RangeMessenger.prototype.process
import { RangeMessenger } from "https://deno.land/x/range_reconcile@0.1.2/src/range_messenger/range_messenger.ts";

Formulate the reply to a given message, as well as carry out any side effects such as inserting items into the tree.

Parameters

result: CollateStageResult<ValueType, LiftedType>

Returns

ProcessStageResult<ValueType, LiftedType>[]