IntCompletionSlot class final
A pooled void(int) completion callback for the no-port fallback — the
shared-texture blits report success as an int. Same lifetime rules as
VoidCompletionSlot.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
nativeFunction
→ Pointer<
NativeFunction< Void Function(Int)> > -
no setter
- 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
-
release(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- pooledCount → int
-
no setter
Static Methods
-
acquire(
Completer< bool> completer) → IntCompletionSlot