Is there a way to print exceptions on stderr when ...
# coroutines
v
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?