Home
last modified time | relevance | path

Searched defs:hintOnError (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DMainDispatcherFactory.kt23 public fun hintOnError(): String? = null method
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DHandlerDispatcher.kt57 …override fun hintOnError(): String? = "For tests Dispatchers.setMain from kotlinx-coroutines-test … in createDispatcher() method in kotlinx.coroutines.android.AndroidDispatcherFactory