catchAsState

open fun <V> ScopedDeferred<V>.catchAsState(initialState: Async<V>? = Loading(), reducer: S.(Async<V>) -> S): Job

Await value and update state with reducer.