Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

An Async Function Returns a Future

Chapter placeholder: begin with a complete program proving that calling an async function does not run its body until the returned future is polled.

Primary question: what value does an async fn call return, and who drives it?