Closed alexandruag closed 4 years ago
This PR adds the load and store methods to the Bytes interface, which can be used to perform atomic accesses based on a specified Ordering argument. It's a simplified variant of #104, which does not include the abstractions for aligned accesses.
load
store
Bytes
Ordering
Looks good to me!
LGTM
This PR adds the
load
andstore
methods to theBytes
interface, which can be used to perform atomic accesses based on a specifiedOrdering
argument. It's a simplified variant of #104, which does not include the abstractions for aligned accesses.