Overview
Watch-factory runtime that provides keyed, reference-counted watch handles and zero-allocation listener dispatch hooks.
API Reference
Keyed watch factory contract used by runtime services.
export type IWatchFactory = IKeyedInstanceFactory<
number,
IWatchData,
IWatch,
IWatchId
>;import type { IWatchFactory } from '@rs-x/state-manager';