This commit is contained in:
821938089
2022-08-10 12:16:00 +08:00
parent 6356991920
commit ca481c6987
@@ -149,7 +149,7 @@ class Coroutine<T>(
try {
start?.let { dispatchVoidCallback(this, it) }
ensureActive()
val value = executeBlock(scope, context, timeMillis ?: 0L, block)
val value = executeBlock(this, context, timeMillis ?: 0L, block)
ensureActive()
success?.let { dispatchCallback(this, value, it) }
} catch (e: Throwable) {