FutureAtom<A> typedef

FutureAtom<A> = AtomWithParent<FutureValue<A>, Atom<Future<A>>>

Represents an AtomWithParent for an async operation.

Implementation

typedef FutureAtom<A> = AtomWithParent<FutureValue<A>, Atom<Future<A>>>;