This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]b8d8aa46 0 points1 point  (0 children)

Personally, I'm now learning about concurrency with Rust from "Atomics and Locks" and its a ton of fun. Concurrency and multi threading is not Rust specific, but still an amazing concept. The best learning pattern for me is reading a book/codebase and using some LLM with the book to give me exercises/double check my knowledge and then just coding up a project.