suspend
Calls an init function which is responsible for saving our continuation so that some other thread can call resume or resume with exception.
Essentially this is a blocking version of the (buggy) coroutine suspendCoroutine
Calls an init function which is responsible for saving our continuation so that some other thread can call resume or resume with exception.
Essentially this is a blocking version of the (buggy) coroutine suspendCoroutine