Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
IVIanuu committed Feb 21, 2024
1 parent 585f237 commit de2c107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ScopeTest {

val jobs = (1..64).map {
launch(start = CoroutineStart.LAZY) {
scope.invoke {
scope {
holder.inc()
}
}
Expand Down

0 comments on commit de2c107

Please sign in to comment.