# Rust Async Book Authors - The Future Trait (Highlights) ![rw-book-cover|256](https://readwise-assets.s3.amazonaws.com/static/images/article1.be68295a7e40.png) ## Metadata **Cover**:: https://readwise-assets.s3.amazonaws.com/static/images/article1.be68295a7e40.png **Source**:: #from/readwise **Zettel**:: #zettel/fleeting **Status**:: #x **Authors**:: [[Rust Async Book Authors]] **Full Title**:: The Future Trait **Category**:: #articles #readwise/articles **Category Icon**:: 📰 **Document Tags**:: #async-programming #rust **URL**:: [rust-lang.github.io](https://rust-lang.github.io/async-book/02_execution/02_future.html) **Host**:: [[rust-lang.github.io]] **Highlighted**:: [[2020-04-06]] **Created**:: [[2022-09-26]] ## Highlights - arranges for the `wake()` function to be called when the `Future` is ready to make more progress.