Skip to content

Commit

Permalink
fix: hide warn
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Sep 24, 2023
1 parent f0802f3 commit f22b074
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ public fun <T> `$$runInAsyncNullable`(block: suspend () -> T, scope: CoroutineSc

// Yes. I am the BlockingRunner.
private class SuspendRunner<T>(override val context: CoroutineContext = EmptyCoroutineContext) : Continuation<T> {
@Suppress("unused")
@Volatile
var s: Int = 0
// 1 = resume - success
Expand Down

0 comments on commit f22b074

Please sign in to comment.