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
Fix reading an uninitialized value of defaultMainDelayOptIn due to
the initialization cycle and add a test that ensures this behaviour in the future
Fixes#3044
yorickhenning
pushed a commit
to yorickhenning/kotlinx.coroutines
that referenced
this issue
Jan 28, 2022
Fix reading an uninitialized value of defaultMainDelayOptIn due to
the initialization cycle and add a test that ensures this behaviour in the future
FixesKotlin#3044
pablobaxter
pushed a commit
to pablobaxter/kotlinx.coroutines
that referenced
this issue
Sep 14, 2022
Fix reading an uninitialized value of defaultMainDelayOptIn due to
the initialization cycle and add a test that ensures this behaviour in the future
FixesKotlin#3044
I'm trying to check
delay
is usedDispatchers.Main
on Android with Coroutines 1.6-RC. HoweverdefaultMainDelayOptIn
is always false.Below screenshots are debugging on Android Studio.
The text was updated successfully, but these errors were encountered: