You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test and sample apps for learning Rust. Check subfolders for individual apps/crates.
The most interesting so far is mutexes, which adds 1000 random strings to a Vec, and spawns 10 threads that use a mutex to read from the vec/queue safely.