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
I think this is unnecessary join since the timeout for the second job is int.max
also, it doesn't make sense in the context of this example to join the first job to the second because the sample tries to explain how two different cancellations can be totally independent
The text was updated successfully, but these errors were encountered:
kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/example-supervision-01.kt
Line 20 in b5679ab
I think this is unnecessary join since the timeout for the second job is int.max
also, it doesn't make sense in the context of this example to join the first job to the second because the sample tries to explain how two different cancellations can be totally independent
The text was updated successfully, but these errors were encountered: