https://github.com/fuzzypixelz/rust-thread-race-condition
https://github.com/fuzzypixelz/rust-thread-race-condition
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuzzypixelz/rust-thread-race-condition
- Owner: fuzzypixelz
- Created: 2024-04-28T09:25:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T08:14:22.000Z (about 2 years ago)
- Last Synced: 2025-01-28T13:29:34.932Z (over 1 year ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Race condition in `std::thread::spawn`
A minimal reproducible example for https://github.com/rust-lang/rust/issues/124466.