View all glossary termsasync/awaitAlso known as: async awaitAsync/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.