Join Slack
Communities
Powered by
Hey what is the equivalent of RxJava `Completable`...
# android
l
lawlorslaw
04/01/2023, 8:11 AM
Hey what is the equivalent of RxJava
Completable
when switching over to Kotlin Coroutines ?
lawlorslaw
04/01/2023, 8:16 AM
looks like you can do something like this
https://stackoverflow.com/a/59134870/502671
p
Patrick Steiger
04/01/2023, 3:16 PM
Just a
suspend fun
. Like in the StackOverflow example. Or a
flow
that emits once and completes.
💯 1
7
Views
Open in Slack
Previous
Next