to clarify situation. I want to get a deep knowled...
# eap
p
to clarify situation. I want to get a deep knowledge about coroutines thats why after reading all the docs, I have started with own implementation , based on single threads, custom thread pool, even rxjava:) I have thought that sometimes it could be useful and more readable to have all not-suspendable operations on the same thread. To run Continuation part on UI thread depend on system that we are developing for. So I was thinking about some more general solution