Namespace LiveKit.Internal.Threading
Classes
- TaskYieldInstruction<T>
Adapts a Task<TResult> to a coroutine-friendly YieldInstruction. Yield on it from a coroutine, then read Result on success or Exception when IsError is true.
Adapts a Task<TResult> to a coroutine-friendly YieldInstruction. Yield on it from a coroutine, then read Result on success or Exception when IsError is true.