resumeUndispatchedWithException

Resumes this continuation with the specified exception in the invoker thread without going through the dispatch function of the CoroutineDispatcher in the context. This function is designed to only be used by CoroutineDispatcher implementations. It should not be used in general code.

Note: This function is experimental. Its signature general code may be changed in the future.