cak
12/13/2019, 11:43 AMdiesieben07
12/13/2019, 11:46 AMrepeatInTable (which is a Swing component) from the IO thread. Swing is not threadsafe.
Then, instead of launching another job using launch, you can just use
withContext(Dispatchers.Swing) {
}cak
12/13/2019, 12:48 PM