Join Slack
Powered by
Hello, Im migrating an app from RxJava to Kotlin ...
# announcements
c
Christopher Elías
08/18/2020, 9:05 PM
Hello, Im migrating an app from RxJava to Kotlin Flow. But, I can't find something that works like
PublishSubject
from RxJava. Does anybody have a sample of how to achive this?
z
Zach Klippenstein (he/him) [MOD]
08/18/2020, 9:06 PM
BroadcastChannel
, or wait for
SharedFlow
to come out
Open in Slack
Previous
Next