Results 2 issues of b-naber

Fixes https://github.com/tokio-rs/tokio/issues/1996 This PR introduces a `tokio-unstable` function that allows one to get the `ID` of the currently executed task. This introduces a new thread local `TASK_ID`, which is set...

A-tokio
M-task
R-loom

Fixes https://github.com/rust-lang/rust/issues/101280

T-compiler
S-waiting-on-review