CefSharp.Internals.Tasks Namespace |
[Missing <summary> documentation for "N:CefSharp.Internals.Tasks"]
Class | Description | |
---|---|---|
SyncContextTaskCompletionSourceTResult |
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).
|