AsyncThreadInfo class

A thread info.

Available Extensions

Constructors

AsyncThreadInfo(int id, int dispatchedTasks, int executedTasks)

Properties

dispatchedTasks int
The total dispatched tasks by the thread/worker.
final
executedTasks int
The total executed tasks by the thread/worker.
final
executingTasks int
The current executing tasks in the thread/worker.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
The ID of the thread/worker.
final
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
toString() String
A string representation of this object.
override

Operators

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