JVM: Hi, has anyone ever implemented a suspend function like `suspend fun <http://java.io|java.io>.F...
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.