createVideoDispatcher
abstract fun createVideoDispatcher(numOfThread: Int, componentName: String): CoroutineDispatcher(source)
Creates a CoroutineDispatcher for video processing.
Return
the created CoroutineDispatcher
Parameters
numOfThread
number of threads in the pool
componentName
name of the component using the dispatcher