ReducerContextNoAction
ReducerContextNoAction is used as receiver for the receiver defined MVVM+ style (no action):
fun doSomething() = reduce {
}
Content copied to clipboard
Parameters
state
the current state
launchBlock
launch a coroutine without exposing the bloc's CoroutineScope, it's internal to allow for JobConfig default values via extension functions
Functions
Link copied to clipboard
Extension function for ReducerContextNoAction to launch a coroutine and run a suspend function without exposing the bloc's CoroutineScope.