Skip to content

Pin practice problems in Rust

Difficulty:
Category:
Tag:

Showing 5 of 5

Status Title Difficulty
`block_on`: the smallest thing that can run a future Easy
Capstone: an async executor with a logical-time reactor Hard
Structural pinning and safe pin projection by hand Hard
The `Future` trait: `Output`, `Poll`, and your first hand-written future Easy
`Unpin` in practice: making `Pin<&mut Self>` usable without unsafe Medium