Click or drag to resize

CefSharp.Internals.Tasks Namespace

Version 102.0.100

[Missing <summary> documentation for "N:CefSharp.Internals.Tasks"]

Classes
  ClassDescription
Public classSyncContextTaskCompletionSourceTResult
TaskCompletionSource that executes it's continuation on the captured SynchronizationContext. If SyncContext is null. then the current **executing** thread will be called. e.g. The thread that called TrySetResult(TResult) (or other Set/Try set methods).