The old `swingUI` did not actually work. It was no...
# coroutines
e
The old
swingUI
did not actually work. It was not composable with other suspension functions as it was not able to dispatch execution back into the UI thread. Dispatcher concept address that.