TaskQueueImpl class

Inheritance
Available Extensions

Constructors

TaskQueueImpl({int channels = 1})

Properties

actived bool
no setteroverride
canDiscard bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
ignore bool
no setterinherited
runner Future?
no setteroverride
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
override
toString() String
A string representation of this object.
inherited

Operators

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