AsyncExecutorThreadInfo class

Available Extensions

Constructors

AsyncExecutorThreadInfo(bool sequential, int maximumWorkers, List<AsyncThreadInfo> threads, bool parallel)

Properties

hashCode int
The hash code for this object.
no setterinherited
maximumWorkers int
The maximum number of workers of the AsyncExecutor.
final
parallel bool
true if the AsyncExecutor really runs in parallel (separated Isolate, Thread or Worker).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequential bool
true if the AsyncExecutor is sequencial.
final
threads List<AsyncThreadInfo>
Threads information.
final
workers int
Total number of threads/workers.
no setter

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