@JvmStatic fun createCachedPool(threadPrefix: String): CoroutineDispatcher
Creates a cached pool ideal for IO intensive tasks.
threadPrefix - The prefix for the thread name.
threadPrefix
Return The created pool.