Example: join
Future B joins futures C and D, waiting for both to complete.
Code
See examples/src/bin/join-hello.rs
NOTE
C and D shares the same Waker.
Future B joins futures C and D, waiting for both to complete.
See examples/src/bin/join-hello.rs
NOTE
C and D shares the same Waker.