Robert Williams

Results 2 issues of Robert Williams

Basically identical to https://github.com/Kotlin/kotlinx.coroutines/issues/1797 but affects multiplatform projects using kotlinx-io because the same module name exists in `kotlinx-io` and `kotlinx-io-jvm`. Note even removing the `kotlinx-io:1.1.6` dependency doesn't help because it's...

Been thinking a lot about this recently because I've seen it in a few projects and I'm struggling to see what it offers over a simple `Thread.sleep`. The only context...