NotifyDisposer
@rotorsoft/act-root / act/src / NotifyDisposer
Type Alias: NotifyDisposer
NotifyDisposer = () =>
void|Promise<void>
Defined in: libs/act/src/types/ports.ts:105
Disposer returned by Store.notify subscriptions. Releases the
underlying listener (e.g., the dedicated PG LISTEN client). May be
synchronous or asynchronous โ callers should await either way.
Returnsโ
void | Promise<void>