DataFabricRus / textfile-utils

A simple JVM library with utilitarian methods for working with text files of any size, including merge sorting and binary search. The library is based on the Java NIO and Kotlin coroutines.
Apache License 2.0
3 stars 1 forks source link

rewrite blockingSort without using coroutines (with thread-pool) #6

Open sszuev opened 7 months ago

sszuev commented 7 months ago

runBlocking inside runBlocking may lead to deadlock