async/await

Also known as: async await

Async/await is syntax for pausing a task until an operation is ready, letting a runtime run other work in the meantime.

See the Rust book.