|
|
|
|
|
by ibraheemdev
667 days ago
|
|
Java atomics are actually sequentially consistent. C# relaxes this to acquire/release. Though the general concept of happens-before is still immensely useful for learning atomics as sequential consistency is a superset of acquire/release. |
|
Where do Rust and C++ lie wrt C# and Java?