Explore >> Select a destination


You are here

blog.polybdenum.com
| | without.boats
12.7 parsecs away

Travel
| |
| | sabrinajewson.org
12.8 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.
| | educatedguesswork.org
12.4 parsecs away

Travel
| |
| | brevzin.github.io
54.4 parsecs away

Travel
| Let's say we had a range, represented by a pair of pointers, that we wanted to copy into another pointer. We might write that like so: