Skip to content

Executor practice problems in Rust

Difficulty:
Category:
Tag:

Showing 6 of 6

Status Title Difficulty
`block_on`: the smallest thing that can run a future Easy
Capstone: an async executor with a logical-time reactor Hard
Fairness and starvation in your scheduler Medium
Implementing `Wake`: a real task waker and the lost-wakeup bug Medium
Spawning, `JoinHandle`, and getting values back out Hard
The minimal single-threaded executor Hard