RFR: 8081474: SwingWorker calls 'done' before the 'doInBackground' is finished [v10]

Alexey Ivanov aivanov at openjdk.org
Fri Feb 3 12:23:55 UTC 2023


On Fri, 3 Feb 2023 09:19:05 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> 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



More information about the client-libs-dev mailing list