TaskQueueMixin mixin

Mixin Applications

Properties

actived bool
no setter
canDiscard bool
no setter
hashCode int
The hash code for this object.
no setterinherited
ignore bool
no setter
runner Future?
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
push<R>(EventCallback<R> action, {Object? taskKey}) → void
pushOne<R>(EventCallback<R> action, {Object? taskKey}) → void
run<R>(EventCallback<R> action, {Object? taskKey}) Future<R>
runOne<R>(EventCallback<R> action, {Object? taskKey}) Future<R?>
runTask<S>(S callback(EventQueue)) → S
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited