ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
CoAutoRunOnChangeCallback
Co
Auto
Run
On
Change
Callback
typealias
CoAutoRunOnChangeCallback
<
T
>
=
suspend
(
CoAutoRunner
<
T
>
)
->
Unit
onChange callback used by suspendable
coAutoRun
and
CoAutoRunner
.