|
You are here |
tmandry.gitlab.io | ||
| | | | |
blog.yoshuawuyts.com
|
|
| | | | | [AI summary] A deep dive into async Rust's cancellation mechanics, covering futures, tasks, propagation issues, structured concurrency, and future language directions. | |
| | | | |
tokio.rs
|
|
| | | | | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more. | |
| | | | |
www.shuttle.dev
|
|
| | | | | Exploring how async Rust works, async primitives and using async in Rust traits | |
| | | | |
www.abubalay.com
|
|
| | | [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. | ||