Hi, does <Dispatcher.IO> release unused threads or...
# coroutines
u
Hi, does Dispatcher.IO release unused threads or are they there forever once lazily initialized?
bump plz
l
It releases unused threads after they are left unused for some duration (60s I think, probably documented, or checkable in the source code)