Explore >> Select a destination


You are here

coaxion.net
| | leshow.github.io
2.1 parsecs away

Travel
| | Unless you've been living under a rock; you know async/await is coming to rust stable. My last post was about implementing a simple protocol using manual futures, and interacting with tokio. It's only fitting, then, that I update the lib that post was inspired by to async/await and report back on my findings. If you're curious about my library or you use the window manager i3, it's available here or on crates under tokio-i3ipc.
| | aturon.github.io
1.5 parsecs away

Travel
| | [AI summary] This blog post introduces Rust's zero-cost futures library, which enables efficient asynchronous I/O programming by providing high-level abstractions that compile down to low-level state-machine code without runtime overhead.
| | rupertmckay.com
2.8 parsecs away

Travel
| | async/await vs promises.
| | www.greyblake.com
19.3 parsecs away

Travel
| A blog about software development.