Join Slack
Powered by
``` Single.fromCallable { someBlockingCode() }...
# rx
u
ursus
10/02/2019, 3:23 AM
Copy code
Single.fromCallable { someBlockingCode() }
b
bezrukov
10/02/2019, 2:59 PM
You can switch to Single.create { emitter -> // check emitter.isDisposed in blocking code }
u
ursus
10/02/2019, 7:45 PM
yea I figured, thanks
3
Views
Open in Slack
Previous
Next