4 min read
One page of async Rust
Implementing a fake-time async executor in Rust. Manually poll Futures, using a custom Waker to pass "Yield" commands (like Sleep) to the executor, which orders tasks by fake time delays.
1 article
Implementing a fake-time async executor in Rust. Manually poll Futures, using a custom Waker to pass "Yield" commands (like Sleep) to the executor, which orders tasks by fake time delays.