Android-CleanArchitecture-Kotlin icon indicating copy to clipboard operation
Android-CleanArchitecture-Kotlin copied to clipboard

Hot observable with asyc.

Open ghost opened this issue 3 years ago • 0 comments

I like the way it's doing all the work in background with asyc.await(). I also follow similar approach for my code base. But I couldn't find a better way to use such centralization with sharedFlow, StateFlow, channels and/or hot observables! Any idea?

ghost avatar Feb 08 '22 16:02 ghost