providesDefaultDispatcher

@Provides
fun providesDefaultDispatcher(): CoroutineDispatcher

Provides the default coroutine dispatcher for CPU-intensive operations.

Backed by a shared pool of threads equal to the number of CPU cores. Optimized for tasks that consume CPU cycles (parsing, transformations, calculations).

Return

Dispatchers.Default