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

must use macro annotation for abort_handle of JoinHandle #6762

Commits on Aug 9, 2024

  1. must use macro annotation for abort_handle of JoinHandle

    if the return value of abort_handle is unused then abort will never be called for that JoinHandle
    
    Fixes: tokio-rs#6761
    sainad2222 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d565db7 View commit details
    Browse the repository at this point in the history
  2. Add warning message

    sainad2222 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d2f003b View commit details
    Browse the repository at this point in the history