executors property

Set<Executor> get executors

The set of underlying executors that this aggregate executor is managing.

Implementation

Set<Executor<dynamic>> get executors => _executors;