Release
scala.scalanative.nir.MemoryOrder.Release
case object Release extends MemoryOrder
In addition to the guarantees of Monotonic, if this operation writes a value which is subsequently read by an acquire operation, it synchronizes-with that operation.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass MemoryOrderclass Objecttrait Matchableclass AnyShow all
- Self type
-
Release.type
Members list
Type members
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
The mirrored *-type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
Inherited and Abstract types
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
In this article