We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Futures practice problems in Rust
Difficulty:
Category:
Tag:
Showing 8 of 8
| Status | Title | Difficulty | Category | Tags |
|---|---|---|---|---|
| Cancellation is just: stop polling and drop | Medium | Framework |
|
|
| Capstone: an async executor with a logical-time reactor | Hard | End-to-End |
|
|
| Countdown futures and the shape of `Pending` | Easy | Primitives |
|
|
| Futures are lazy: nothing happens until you poll | Easy | Primitives |
|
|
| Hand-compile an `async fn` into a state machine | Hard | Framework |
|
|
| `poll_fn`: a future from a closure | Easy | Primitives |
|
|
| The `Future` trait: `Output`, `Poll`, and your first hand-written future | Easy | Primitives |
|
|
| `Unpin` in practice: making `Pin<&mut Self>` usable without unsafe | Medium | Framework |
|