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

tokio: wake localset on spawn_local #3369

Merged
merged 2 commits into from Jan 9, 2021

Commits on Jan 3, 2021

  1. tokio: wake localset on spawn_local

    Wake the `tokio::task::LocalSet` after
    `tokio::task::LocalSet::spawn_local` is called.
    
    Note this side effect in the `tokio::task::LocalSet::spawn_local` docs.
    
    Add test for spawn_local being woke in `task_local_set.rs`
    
    Fixes: tokio-rs#3117
    Cameron Dart committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    a0d48e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. remove implementation detail from comment

    Cameron Dart committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    5a23be6 View commit details
    Browse the repository at this point in the history