Support for Kotlin Flow in 'LiveCommand'
Closed this issue · 0 comments
etiennelenhart commented
Since Kotlin Flow is the future for asynchronous streams with Coroutines, the usage of ReceiveChannel
in LiveCommand
should be replaced with Flow
.