protty eb6975f088
std.sync.atomic: extended atomic helper functions (#8866)
- deprecates `std.Thread.spinLoopHint` and moves it to `std.atomic.spinLoopHint`
- added an Atomic(T) generic wrapper type which replaces atomic.Bool and atomic.Int
- in Atomic(T), selectively expose member functions depending on T and include bitwise atomic methods when T is an Integer
- added fence() and compilerFence() to std.atomic
2021-05-31 11:11:30 -05:00
..
2021-05-28 12:58:17 +02:00
2021-05-12 14:23:28 +07:00
2021-05-22 14:29:16 -07:00
2021-05-28 20:54:11 -07:00
2021-05-17 16:09:20 -07:00
2021-05-24 10:39:01 -07:00
2021-05-20 17:14:18 +02:00
2020-09-21 18:38:55 -07:00
2021-05-22 14:29:16 -07:00
2018-10-27 11:35:01 -04:00
2020-12-16 12:18:14 +01:00