SyncContinuation
A blocking version of coroutine Continuation using traditional threading primitives.
This is useful in contexts where coroutine suspension is not desirable or when bridging with legacy threaded code.
A blocking version of coroutine Continuation using traditional threading primitives.
This is useful in contexts where coroutine suspension is not desirable or when bridging with legacy threaded code.