<@U3L21A6JG> I was able to avoid blocking the UI t...
# tornadofx
e
@alexp11223 I was able to avoid blocking the UI thread and still wait by utilizing
Toolkit.getToolkit().enterNestedEventLoop(this)
. I will commit
awaitUntil
later today. I think it should solve your use case in a good way 🙂