RequestTaskManager class

Inheritance

Constructors

RequestTaskManager({required Config config})

Properties

config Config
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workingTasks List<Task>
finalinherited

Methods

addTask(covariant RequestTask task) → void
添加一个 Task
override
getTasks() List<Task>
返回当前运行中的 Task
inherited
getTasksByType<T extends Task>() List<T>
查找类型符合 TTask
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeTask(Task task) → void
inherited
restartTask(Task task) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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