#[Suggestion] I want to learn about the concurrency aspects of rust (Sync, send, threads, mpsc...)

10 messages · Page 1 of 1 (latest)

manic chasm
#

I want to learn about the concurrency aspects of rust (Sync, send, threads, mpsc...) is there a a good playlist or roadmap for the same

jolly arch
manic chasm
#

Thanks @jolly arch , please do share other resources too related to Sync/ Send / anything related to concurrency if you find useful for beginers

jolly arch
cerulean rivet
#

For a more basic overview, I can recommend niko's talk at cppnow

#

nicely connects the borrow checker to Send/Sync

loud wraith
#

If you are interested in concurrency in general from the ground up and not so much in "using async/concurrency now in an application" I can recommend Mara Bos' book: https://marabos.nl/atomics/

Low-level Concurrency in Practice. This practical book helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomics and …

pure lark