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

rt: fix basic_scheduler notification bug #1861

Merged
merged 2 commits into from Nov 29, 2019
Merged

Commits on Nov 29, 2019

  1. rt: fix basic_scheduler notification bug

    The "global executor" thread-local is to track where to spawn new tasks,
    **not** which scheduler is active on the current thread. This fixes a
    bug with scheduling tasks on the basic_scheduler by tracking the
    currently active basic_scheduler with a dedicated thread-local variable.
    
    Fixes: #1851
    carllerche committed Nov 29, 2019
    Copy the full SHA
    833e772 View commit details
    Browse the repository at this point in the history
  2. fmt

    carllerche committed Nov 29, 2019
    Copy the full SHA
    d5c01ac View commit details
    Browse the repository at this point in the history