I elaborate more about my use case in stackoverflo...
# coroutines
o
I elaborate more about my use case in stackoverflow: https://stackoverflow.com/questions/46393209/how-to-implement-a-limited-call-with-retrofit-blocking-client-and-coroutines I suspect that using channels will do my code less readable for that use case and semaphore will probably be more elegant solution.