We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847e68e commit 96e6577Copy full SHA for 96e6577
kotlinx-coroutines-core/common/src/Builders.common.kt
@@ -170,7 +170,7 @@ public suspend fun <T> withContext(
170
* This inline function calls [withContext].
171
*/
172
@ExperimentalCoroutinesApi
173
-public suspend inline fun <T> CoroutineDispatcher.invoke(
+public suspend inline operator fun <T> CoroutineDispatcher.invoke(
174
noinline block: suspend CoroutineScope.() -> T
175
): T = withContext(this, block)
176
0 commit comments