Today we would like to share how we test concurrency primitives in Kotlin Coroutines.
Many of our users are delighted with the experience of using coroutines to write asynchronous code. This does not come as a surprise, since with coroutines we are able to write straightforward and readable code, wi…