copy

open override fun copy(default: CoroutineDispatcher, io: CoroutineDispatcher, main: CoroutineDispatcher, mainImmediate: CoroutineDispatcher, unconfined: CoroutineDispatcher): IdlingDispatcherProvider

Return

a copy of this DispatcherProvider, retaining the properties of the original if they're not specified as arguments.

Samples

dispatch.core.samples.DispatcherProviderCopySample.copySample

Sources

Link copied to clipboard