<https://gitlab.com/snippets/1725697> Kind of har...
# coroutines
u
https://gitlab.com/snippets/1725697 Kind of hard to read due to all the log messages.
Updated the gist to work. As soon as CoroutineScope.coroutineContext is replaced by kotlin.coroutines.experimental.coroutineContext things start behaving funny
Updated the code to also work on coroutines 0.23.1 but with an extra yield as a cancelation point. Just to point out the issue