Turns out that different people have different int...
# tornadofx
e
Turns out that different people have different intuition on async. For some it just "some asynchronous activity", for others it implies a new thread. The later interpretation comes from Node.JS/JS world where there is always one thread and a lot of async, with every asyncSomething cooperatively working in the same thread....