TaskQueueGlobal class

Inheritance
Available Extensions

Constructors

TaskQueueGlobal({required Object globalKey, int channels = 1})

Properties

actived bool
no setteroverride
canDiscard bool
no setterinherited
channels int
final
globalKey Object
final
hashCode int
The hash code for this object.
no setterinherited
ignore bool
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runner Future?
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
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
override
toString() String
A string representation of this object.
inherited

Operators

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