AwaitInstruction class
Await instruction - represents an async suspension point.
This instruction terminates the current block and creates a continuation point. The future operand is the value being awaited, and result receives the unwrapped value when the future completes.
- Inheritance
-
- Object
- Instruction
- AwaitInstruction
Constructors
- AwaitInstruction({required int offset, required Value future, required Variable result})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited