For full text search please use the '?' prefix. e.g. ? Onboarding

CoroutineExceptionHandler gotchas

  • ⚠️"uncaught exception" vocabulary does NOT include all unhandled exceptions⚠️
    • ⚠️CoroutineExceptionHandler: does NOT work with async⚠️
      • ⚠️ IF async throws unhandled exception before await THEN exception is lost⚠️

Children
  1. ⚠️"uncaught exception" vocabulary does NOT include all unhandled exceptions⚠️
  2. ⚠️CoroutineExceptionHandler: does NOT work with async⚠️

Backlinks
  • CoroutineExceptionHandler
  • CoRoutine Gotchas