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

RFC: yield after require #43339

Closed
wants to merge 1 commit into from
Closed

RFC: yield after require #43339

wants to merge 1 commit into from

Commits on Dec 5, 2021

  1. Yield after require

    Under specific circumstances (package callbacks that run under
    `@async`), this can change the ordering of operations:
    some may miss a `yield` window due to locking. This adds
    a `yield` when the lock is freed.
    timholy committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    c851735 View commit details
    Browse the repository at this point in the history