menu
executor package
documentation
executor
Executor
scheduledCount property
scheduledCount
brightness_4
scheduledCount
property
Null safety
int
scheduledCount
The total number of tasks scheduled (
runningCount
+
waitingCount
).
Implementation
int get scheduledCount;
executor package
documentation
executor
Executor
scheduledCount property
Executor class
Constructors
Executor
Properties
concurrency
hashCode
onChange
rate
runningCount
runtimeType
scheduledCount
waitingCount
Methods
close
join
noSuchMethod
scheduleStream
scheduleTask
toString
Operators
operator ==