<@U2E974ELT> The capacity param on `produce` corou...
# coroutines
d
@elizarov The capacity param on
produce
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...