Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix potential data-race in EventLoop #3289

Merged
merged 3 commits into from May 23, 2022
Merged

Fix potential data-race in EventLoop #3289

merged 3 commits into from May 23, 2022

Commits on May 17, 2022

  1. Fix potential data-race in EventLoop

    Fixes #3251
    qwwdfsad committed May 17, 2022
    Copy the full SHA
    fc16ec3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Update kotlinx-coroutines-core/jvm/test/internal/ThreadSafeHeapStress…

    …Test.kt
    
    Co-authored-by: dkhalanskyjb <52952525+dkhalanskyjb@users.noreply.github.com>
    qwwdfsad and dkhalanskyjb committed May 20, 2022
    Copy the full SHA
    8307e33 View commit details
    Browse the repository at this point in the history
  2. Update kotlinx-coroutines-core/common/src/EventLoop.common.kt

    Co-authored-by: dkhalanskyjb <52952525+dkhalanskyjb@users.noreply.github.com>
    qwwdfsad and dkhalanskyjb committed May 20, 2022
    Copy the full SHA
    818bd3a View commit details
    Browse the repository at this point in the history