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: add a method to retrieve task id #5171

Merged
merged 16 commits into from Nov 13, 2022
Merged

rt: add a method to retrieve task id #5171

merged 16 commits into from Nov 13, 2022

Commits on Nov 10, 2022

  1. rebase and rewrite and fix issues raised by @hawkw

    fix clippy warnings
    
    fix clippy warnings and address the issues raised by @Darksonn
    
    fix more clippy warnings
    
    Update tokio/src/runtime/task/core.rs
    
    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    
    Update tokio/src/runtime/task/mod.rs
    
    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    
    fix nits raised by @hawkw
    agayev committed Nov 10, 2022
    Copy the full SHA
    5887974 View commit details
    Browse the repository at this point in the history
  2. fix documentation issues

    agayev committed Nov 10, 2022
    Copy the full SHA
    ed1a9fc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1f40bd4 View commit details
    Browse the repository at this point in the history
  4. added the last test

    agayev committed Nov 10, 2022
    Copy the full SHA
    01305af View commit details
    Browse the repository at this point in the history
  5. fix clippy error

    agayev committed Nov 10, 2022
    Copy the full SHA
    87dfea0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1f93f17 View commit details
    Browse the repository at this point in the history
  7. fix conditional build failure

    agayev committed Nov 10, 2022
    Copy the full SHA
    f6add69 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. one final build fix

    agayev committed Nov 11, 2022
    Copy the full SHA
    7dfa98d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Copy the full SHA
    77b87e3 View commit details
    Browse the repository at this point in the history
  2. more fixes

    agayev committed Nov 12, 2022
    Copy the full SHA
    33129d8 View commit details
    Browse the repository at this point in the history
  3. make wasm happy

    agayev committed Nov 12, 2022
    Copy the full SHA
    0d7be89 View commit details
    Browse the repository at this point in the history
  4. wasm -> wasi

    agayev committed Nov 12, 2022
    Copy the full SHA
    287cb61 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d8c85b1 View commit details
    Browse the repository at this point in the history
  6. one final fix

    agayev committed Nov 12, 2022
    Copy the full SHA
    76cb324 View commit details
    Browse the repository at this point in the history
  7. final final

    agayev committed Nov 12, 2022
    Copy the full SHA
    942106f View commit details
    Browse the repository at this point in the history
  8. definitely final

    agayev committed Nov 12, 2022
    Copy the full SHA
    01d84b0 View commit details
    Browse the repository at this point in the history