Skip to content
Commit d172f583 authored by Oleg Nenashev's avatar Oleg Nenashev
Browse files

Javadoc: Noting changes in Executor availability check approaches in 1.536



This change is a follow-up to Executor::isAlive() issues in #1229.

Since 1.536, {@link Executor}s start threads on-demand.
The entire logic should use Executor::isActive() instead of Executor::isAlive() in order to check if the {@link Executor} it ready to take tasks.

Since the change breaks previous executor availability flows, it is required to document changes somehow.

Signed-off-by: default avatarOleg Nenashev <o.v.nenashev@gmail.com>
parent 23e0e919
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment