dave08
10/19/2017, 11:17 AMproduce
coroutine builder is for the send() inside - is there a way to ensure it's called using CONFLATED? or do I need to wrap it into another produce for that? I need it to run only on the latest call to it (multiple threads might call it at the same time..), something like a ConnectableObservable...