PriorityTask<O> class

A task that includes also a value of priority to reorganize the tasks in runtime

Inheritance

Constructors

PriorityTask(int id, AsyncTaskCallback<O> task, int priority)

Properties

hashCode int
The hash code for this object.
no setteroverride
id int
The id that will let you to get the result of this AsyncTask
finalinherited
priority int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task AsyncTaskCallback<O>
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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