orbit-util / orbit.util.concurrent / Pools / createCachedPool

createCachedPool

@JvmStatic fun createCachedPool(threadPrefix: String): CoroutineDispatcher

Creates a cached pool ideal for IO intensive tasks.

Parameters

threadPrefix - The prefix for the thread name.

Return
The created pool.