Hello can anyone explain the differences between k...
# coroutines
d
Hello can anyone explain the differences between kotlin coroutines and java NIO ?
m
They aren’t comparable. One is for parallel/concurrent execution, the other is for File I/O.
☝🏻 4
d
is it comparable with this library ? https://github.com/korlibs/korio