MemoryOrder

sealed abstract class MemoryOrder(val tag: Int)

An atomic memory ordering constraints.

Atomic instructions take ordering parameters specifying with which other instructions they synchronize.

See also:
Companion:
object
class Object
trait Matchable
class Any
object AcqRel.type
object Acquire.type
object Monotonic.type
object Release.type
object SeqCst.type
object Unordered.type

Value members

Concrete methods

final def show: String

A textual representation of this.

A textual representation of this.