Searched defs:coroutineName (Results 1 – 5 of 5) sorted by relevance
51 internal actual val CoroutineContext.coroutineName: String? get() { constant54 val coroutineName = this[CoroutineName]?.name ?: "coroutine" constant67 val coroutineName = context[CoroutineName]?.name ?: "coroutine" in toString() constant
123 val coroutineName = context.coroutineName ?: return super.nameString() in nameString() constant
23 internal expect val CoroutineContext.coroutineName: String? constant
53 internal actual val CoroutineContext.coroutineName: String? get() = null // not supported on JS constant
42 internal actual val CoroutineContext.coroutineName: String? get() = null // not supported on native constant