1 min readNov 26, 2018
The point is that usually, you won’t block other coroutines from executing, even if you use Thread.sleep().
You still should avoid it, though.
The point is that usually, you won’t block other coroutines from executing, even if you use Thread.sleep().
You still should avoid it, though.
Solutions Architect @Depop, author of “Kotlin Design Patterns and Best Practices” book and “Pragmatic System Design” course