isReady property

bool isReady

Returns true if this executor is ready to receive tasks to execute.

Implementation

bool get isReady => _started && !isClosed && !isClosing;