TaskQueue class abstract

Mixed in types
Implementers
Available Extensions

Constructors

TaskQueue({Object? globalKey, int channels = 1})
factory
TaskQueue.all({Object? globalKey})
factory

Properties

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

Operators

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

Static Properties

catchErrorHandler ↔ (void Function(Object error, StackTrace stackTrace)?)
getter/setter pair