On Fri, 3 Feb 2023 09:19:05 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> It seems the order of sequence is > listener->State.STARTED->doInBackground->listener->DONE->done Yes, but the different order is specified: listener(STARTED) -> doInBackground -> done -> listener(DONE). ------------- PR: https://git.openjdk.org/jdk/pull/11940
