menu
executor package
documentation
executor
Executor
close abstract method
close
brightness_4
close
abstract method
Null safety
Future
close
(
)
Closes the executor and reject tasks.
Implementation
Future close();
executor package
documentation
executor
Executor
close abstract method
Executor class
Constructors
Executor
Properties
concurrency
hashCode
onChange
rate
runningCount
runtimeType
scheduledCount
waitingCount
Methods
close
join
noSuchMethod
scheduleStream
scheduleTask
toString
Operators
operator ==