This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Changes
Store#dispatch
now returnsJob
for awaiting until the state is changed.Store
constructor now accepts an optionaluiContext
argument that internally used for callingMutableLiveData<T>#setValue
.- This feature is for test. You always omit the argument in normal usage.