Issues async GPU work and awaits its completion.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Properties
- pendingCount → int
-
Completions still awaiting a native post. Diagnostics/tests.
no setter
- usesPort → bool
-
Whether completions are delivered by port (the safe path). False only on
builds without the vendored Dart API.
no setter
Static Methods
-
run(
PortIssue viaPort, VoidCallbackIssue viaCallback) → Future< bool> - Runs an operation whose native completion carries no result.
-
runInt(
PortIssue viaPort, IntCallbackIssue viaCallback) → Future< bool> - Runs an operation whose native completion carries a success flag.