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.kt28 public fun hintOnError(): String? = null method
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DHandlerDispatcher.kt59 …override fun hintOnError(): String = "For tests Dispatchers.setMain from kotlinx-coroutines-test m… in hintOnError() method in kotlinx.coroutines.android.AndroidDispatcherFactory