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
Nice catch!
This is just to suppress a TSAN warning and not actually a race, and it will be fixed automatically with K/N @volatile that is coming in 1.8.20
https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-core/common/src/EventLoop.common.kt#L441
Note that
@Synchronized
has no effect on K/NThe text was updated successfully, but these errors were encountered: