EventFlushGate
Defined in: packages/client/src/event-lane.ts:1089
The scheduling gate the event-lane driver shares with the convergence driver (autoSync’s trigger).
Properties
Section titled “Properties”shouldFlush
Section titled “shouldFlush”shouldFlush: () =>
boolean
Defined in: packages/client/src/event-lane.ts:1092
Whether a flush should run right now — the offline pause (ADR-0053 decision 4).
Returns
Section titled “Returns”boolean
subscribe
Section titled “subscribe”subscribe: (
onSignal) => () =>void
Defined in: packages/client/src/event-lane.ts:1090
Parameters
Section titled “Parameters”onSignal
Section titled “onSignal”() => void
Returns
Section titled “Returns”() => void