Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic include agnostic@vdom@cache_Cache.hrl
Raw

include/agnostic@vdom@cache_Cache.hrl

-record(cache, {
events :: agnostic@vdom@cache:events(any()),
vdoms :: agnostic@internals@mutable_map:mutable_map(fun(() -> agnostic@vdom@vnode:element(any())), agnostic@vdom@vnode:element(any())),
old_vdoms :: agnostic@internals@mutable_map:mutable_map(fun(() -> agnostic@vdom@vnode:element(any())), agnostic@vdom@vnode:element(any())),
dispatched_paths :: list(binary()),
next_dispatched_paths :: list(binary())
}).