Join Slack
Powered by
is there a `Completable#blockingAwait()` operator?
# reaktive
s
saket
07/01/2020, 10:47 PM
is there a
Completable#blockingAwait()
operator?
a
Arkadii Ivanov
07/02/2020, 12:00 AM
Not currently. Please use
completable.asSingle(Unit).blockingGet()
Arkadii Ivanov
07/02/2020, 12:03 AM
Raised
https://github.com/badoo/Reaktive/issues/494
s
saket
07/02/2020, 2:14 PM
Got it, thank you!
17
Views
Open in Slack
Previous
Next