FutureExecution class
A wrapper class for the bytecode interpreter to run a certain task in a future.
Constructors
- FutureExecution({required Future future, required HTContext context})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited