async
1.1.2
async-state
/
io.github.anvell.async.state
/
AsyncState
/
selectSubscribe
select
Subscribe
open
fun
<
P
>
CoroutineScope
.
selectSubscribe
(
property
:
KProperty1
<
S
,
P
>
,
block
:
(
P
)
->
Unit
)
:
Job
Subscribe for
property
changes in state.