Barrier
graph BT
N1["Barrier"] -->|inherits| N2["Any"];
Characteristics
Quality | Value |
---|---|
Inherits | global.Any |
Extends | N/A |
Decorators | #sealed; |
Is enum | false |
Is sealed | true |
Is extern | false |
Is abstract | false |
Is generator | false |
Has value semantics | false |
Has stored properties | true |
Should register destructor | true |
Has atomic memory | false |
Is copy assignable | false |
Is zero initializable | false |
Functions
get_max
get_max () -> UInt64
Methods
construct
construct (s strictly @Self, count UInt64 = 0) -> Self
wait
wait (s @Self) -> Nil
Properties
__ptr
__ptr Pointer