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

Mark the coroutine started with UNDISPATCHED as running #4077

Merged
merged 3 commits into from
Apr 3, 2024

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    b4361bd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    b9ebd6e View commit details
    Browse the repository at this point in the history
  2. Fix not using the context provided by probeCoroutineCreated

    Before this change, if the `CoroutineContext` returned from
    `probeCoroutineCreated` was different from the one passed to it,
    the original one would be used until the first suspension.
    dkhalanskyjb committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f3438fd View commit details
    Browse the repository at this point in the history