Thunk

inline fun <State> Thunk(crossinline block: DispatchScope<State>.() -> Unit): Thunk<State>

Returns a Thunk that executes a block.