@Nico Smeenk I think you're going to have to use one or the other. RxJava is great if you have complex, multi-step concurrent operations. But if it's a simple concurrent extract/transform/load operation you might be better off with runAsyncWithProgress or coroutines