Skip to content

fix potential race in AtomicU64 time monotonizer#89017

Merged
bors merged 2 commits into
rust-lang:masterfrom
the8472:fix-u64-time-monotonizer
Sep 19, 2021
Merged

fix potential race in AtomicU64 time monotonizer#89017
bors merged 2 commits into
rust-lang:masterfrom
the8472:fix-u64-time-monotonizer

use AtomicU64::fetch_update instead of handrolled RMW-loop

57465d9
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs