Minimal write interface for async state operators
AsyncStateSink
Interface
projects/common/data/async-state/operators.ts
Import#
import { AsyncStateSink } from '@cngx/common/data'
Description#
Minimal write interface for async state operators.
Any ManualAsyncState<T> satisfies this — operators only need the write side.