ReaderSetNode<'T> Type
An adaptive set over an external reader function. The reader is called on
every read (poll); the node diffs the result against its state and emits
the diff as the delta. Pull-based: nothing marks this node, so consumers
must re-read it (FDA ASet.ofReader has the same pull model).
Constructors
| Constructor |
Description
|
Full Usage:
ReaderSetNode(reader)
Parameters:
unit -> HashSet<'T>
Returns: ReaderSetNode<'T>
|
|
Mibo