Skip to content

Tagjunit

How can I run something in one thread and wait for the result in a different thread using Java/JavaFX?

TL;DR The code is as simple as: Details… Hopefully you would rarely need to synchronize two threads. This is normally an indicator of a poor design – ideally each thread … Continue Reading How can I run something in one thread and wait for the result in a different thread using Java/JavaFX?