scattered thoughts: what kinds of things are out there w.r.t. "concurrency crates" in rust? i'm thinking things like: - scoped threads/thread pools - data structures/channels - concurrent program structure (futures, rayon, etc) - ???
-
-
aaaaah i keep forgetting about parking-lot, thanks! what is crossbeam-atomic planning?
-
Operations on AtomicUsize need an Ordering argument, which is annoying and error prone. AtomicPtr works with *mut T - you cannot store a Box or Arc in there. The idea is to create higher-level atomic types, akin to AtomicInteger or AtomicReference in Java.https://github.com/crossbeam-rs/rfcs/pull/28 …
- 1 more reply
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.