-
public final class RTCThreadUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitoverrideExecutorAndDispatcher(ExecutorService executorService, CoroutineDispatcher dispatcher)Overrides how RTC thread calls are executed and dispatched. -
-
Method Detail
-
overrideExecutorAndDispatcher
@VisibleForTesting() final static Unit overrideExecutorAndDispatcher(ExecutorService executorService, CoroutineDispatcher dispatcher)
Overrides how RTC thread calls are executed and dispatched.
This should absolutely not be used in production environments and is only to be used for testing.
-
-
-
-