ThunkContext
constructor(getState: GetState<State>, action: A, dispatch: Dispatcher<Action>, reduce: suspend (proposal: Proposal) -> Unit, launchBlock: Launch)
Parameters
getState
returns the current state
action
the action that triggered the thunk
dispatch
dispatches an action
reduce
reduces a proposal
launchBlock
launch a coroutine without exposing the bloc's CoroutineScope, it's internal to allow for JobConfig default values via extension functions