Skip to content

Commit 2d8b5e4

Browse files
authored
Merge pull request #6897 from conectado/master
Wait! Don't spawn that task! — Comparing patterns for mutable state in concurrent applications
2 parents 69bec8e + 2ffe7e4 commit 2d8b5e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

draft/2025-08-13-this-week-in-rust.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ and just ask the editors to select the category.
3535
### Official
3636
* [Announcing Rust 1.89.0 | Rust Blog](https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/)
3737

38-
3938
### Project/Tooling Updates
4039
* [TangleGuard: Software Architecture Monitoring exclusively for Rust](https://tangleguard.com/)
4140
* [redb v3.0.0 - pure Rust embedded key-value store](https://github.com/cberner/redb/releases/tag/v3.0.0)
@@ -47,15 +46,14 @@ and just ask the editors to select the category.
4746
### Observations/Thoughts
4847
* [Building an asynchronous FUSE Filesystem in Rust](https://r2cn.dev/blog/building-an-asynchronous-fuse-filesystem-in-rust)
4948
* [Nine Rules for Generalizing Your Rust Library: Lessons from Extending RangeSetBlaze to Maps (Part 1)](https://medium.com/@carlmkadie/nine-rules-for-generalizing-your-rust-library-part-1-9f2b08fb5df4)
49+
* [Wait! Don't spawn that task! — Comparing patterns for mutable state in concurrent applications](https://taping-memory.dev/concurrency-patterns/)
5050
* [Send/Sync Secret That Separates Professional From Amateur](https://blog.cuongle.dev/p/this-sendsync-secret-separates-professional-and-amateur)
5151
* [hyper HTTP/2 (Didn't) MadeYouReset](https://seanmonstar.com/blog/hyper-http2-didnt-madeyoureset/)
52+
* [Are we Teaching Rust Effectively?](https://blog.kodewerx.org/2025/08/are-we-teaching-rust-effectively.html)
5253
* [video] [BaM #29 - Improving the Rust embedded firmware](https://www.youtube.com/live/5Ca6pQQB-mg?si=yHFQMsDbHEXEfpig)
5354
* [video] [David Sankel – Rust and C++ Interop](https://www.youtube.com/watch?v=xihX4RzStYk)
5455

55-
* [Are we Teaching Rust Effectively?](https://blog.kodewerx.org/2025/08/are-we-teaching-rust-effectively.html)
56-
5756
### Rust Walkthroughs
58-
5957
* [Build with Naz: Capturing Real-Time Build Progress from Cargo Using PTY and OSC Sequences](https://developerlife.com/2025/08/10/pty-rust-osc-seq/)
6058
* [Converting FunctionTrace from C to Rust](https://programsareproofs.com/articles/functiontrace-rust-conversion/)
6159
* [video] [Message framing in Rust and Iroh](https://www.youtube.com/watch?v=h6bBLbcj4Vg)

0 commit comments

Comments
 (0)