arrow-fx-coroutines / arrow.fx.coroutines / IOPool

IOPool

val ~~IOPool~~: CoroutineContext Deprecated: Use Dispatchers.IO

Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.

This pool is prone to cause OutOfMemoryError since the pool size is unbounded.

Do you like Arrow?

Arrow Org
<