You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Officially release and document "Encapsulated Tasks", which
are tasks that can maintain/mutate their own state without
having direct access to the host object's state. In conjunction
with Derived State, this allows for some nice patterns for
containing state/logic/mutations within the tasks, rather
than requiring that state/events generated by tasks live on /
bleed into the host objects.