Skip to content

executor: Remove exception unsafe handler

Charlie Turner requested to merge cturner/executor-logging-2 into master

Introducing log_exception into the last exception handler could crash the thread, if that itself throws.

Merge request reports