tokio's join macro is pretty amazing
To find out how this join! macro works exactly, you can do blow to expand the macro to see exact code generated.
rustup toolchain install nightly
cargo install cargo-expand
cargo expandYou will find the expanded code like below