Join Slack
Powered by
Is there a way to print exceptions on stderr when ...
# coroutines
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?
Open in Slack
Previous
Next