Closed trietsch closed 1 year ago
Okay.... Seems I need to dive more into coroutines 🙃
SupervisorJob
only takes care of not stopping the other coroutines in the same scope. You still are required to do exception handling, both in an async loader function and in a regular cache with a compute lambda.
Closing! :)
After looking at #1, I thought that the exception handling was now done properly by using a
SupervisorJob
, however, the following leads to a crashed main thread:Which results in:
Am I using the cache wrapper in the wrong way?