JVM: Hi, has anyone ever implemented a suspend fun...
# coroutines
a
JVM: Hi, has anyone ever implemented a suspend function like
suspend fun <http://java.io|java.io>.File.readTextAsync(charset: Charset)
or
suspend fun java.nio.file.Path.readTextAsync(charset: Charset)
that is cancellable?
a
@uli Thanks, that helped indeed.