StreamAtom<A> typedef

StreamAtom<A> = AtomWithParent<FutureValue<A>, Atom<Stream<A>>>

Represents an AtomWithParent for a streaming operation.

Implementation

typedef StreamAtom<A> = AtomWithParent<FutureValue<A>, Atom<Stream<A>>>;