injectable
injectable copied to clipboard
handle and pass on exception for async scope initialization
This PR handles and passes exceptions that can happen inside the async scope initialization. Previously the completer never completed if the init function threw an exception.
+1, helpful addition