CefSharp.Internals.Tasks Namespace |
[Missing <summary> documentation for "N:CefSharp.Internals.Tasks"]
| Class | Description | |
|---|---|---|
| SyncContextTaskCompletionSourceTResult | TaskCompletionSource that executes it's continuation on the capturedSynchronizationContext. IfSyncContext is null. then the current **executing** thread will be called. e.g. The thread that calledTrySetResult(TResult) (or other Set/Try set methods). |