/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

tmandry.gitlab.io
| | blog.yoshuawuyts.com
2.6 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.
| | tokio.rs
3.5 parsecs away

Travel
| | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
| | www.shuttle.dev
3.3 parsecs away

Travel
| | Exploring how async Rust works, async primitives and using async in Rust traits
| | www.abubalay.com
16.3 parsecs away

Travel
| [AI summary] This post discusses the complexities of creating safe Foreign Function Interface (FFI) bindings in Rust when calling C++ code, examining tools like cxx and strategies for maintaining Rust's memory and thread-safety guarantees despite the inherent unsafety in such interactions.