https://kotlinlang.org logo
v

vonox7

04/03/2017, 7:37 PM
Is there a way to print exceptions on stderr when throwing them inside an async() block?
async(CommonPool) { throw IllegalStateException("test") }
And is there a way to set a DefaultUncaughtExceptionHandler for it?