Subject: | Global loop exception handling |
There's currently no way to add exception handling to all loop callbacks in order to prevent the loop being stopped by an exception. A possible method would be to allow an on_error event handler to be specified for the loop, and if unspecified this would fallback to the current behavior.