CoroutineNoValue
An instance of this type is returned from any coroutine that wants to signal to the loop that there is no value available yet.
graph BT
N1["CoroutineNoValue"] -->|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 | false |
Should register destructor | false |
Has atomic memory | true |
Is copy assignable | false |
Is zero initializable | true |
Methods
construct
#default
#Gambol.function.alwaysinline
construct (s strictly @Self) -> Self