Hello, I am exploring mixing RxJava with Coroutine...
# coroutines
a
Hello, I am exploring mixing RxJava with Coroutines, I saw the
SearchPresenter
implementation from SdkSearch. I am trying use RxJava to handle multi-value input, then move to coroutines to produce the results how to emit start values in select expression in the following example, is this a good pattern ?