You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,6 +32,14 @@ public object IntellijCoroutines {
29
32
return currentContextThreadLocal.get()
30
33
}
31
34
35
+
/**
36
+
* An analogue of [runBlocking][kotlinx.coroutines.runBlocking] that [compensates parallelism][kotlinx.coroutines.scheduling.withCompensatedParallelism]
37
+
* while the coroutine is not complete and the associated event loop has no immediate work available.
0 commit comments