/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

without.boats
| | www.abubalay.com
4.3 parsecs away

Travel
| |
| | os.phil-opp.com
4.8 parsecs away

Travel
| | In this post, we explore cooperative multitasking and the async/await feature of Rust. We take a detailed look at how async/await works in Rust, inclu
| | sabrinajewson.org
5.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.
| | fasterthanli.me
19.3 parsecs away

Travel
| I've recently come back to an older project of mine (that powers this website),and as I did some maintenance work: upgrade to newer crates, upgrade to a newerrustc, I noticed that my build was taki...