/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

theincredibleholk.org
| | sabrinajewson.org
4.5 parsecs away

Travel
| | The main focus of this article will be on attempting to design a system to support asynchronous destructors in the Rust programming language, figuring the exact semantics of them and resolving any issues encountered along the way. By side effect, it also designs a language feature called async genericity which enables supporting blocking and asynchronous code with the same codebase, as well as designing a system for completion-guaranteed futures to be added to the language.
| | without.boats
2.0 parsecs away

Travel
| | [AI summary] A deep dive into the design challenges of asynchronous clean-up in Rust and a proposal combining async cancellation and 'do...final' blocks to solve them.
| | blog.yoshuawuyts.com
3.7 parsecs away

Travel
| | [AI summary] A deep dive into async Rust's cancellation mechanics, covering futures, tasks, propagation issues, structured concurrency, and future language directions.
| | veykril.github.io
21.6 parsecs away

Travel
| [AI summary] This technical article provides a detailed guide on Rust macro fragment specifiers, explaining how each keyword (block, expr, ident, etc.) matches different parts of Rust code.