Click or drag to resize

LogicalThreadExtensions Class

Defines extensions for the LogicalThread class.
Inheritance Hierarchy
SystemObject
  GSF.ThreadingLogicalThreadExtensions

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public static class LogicalThreadExtensions
View Source

The LogicalThreadExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodJoin(LogicalThread) Creates an awaitable that ensures the continuation is running on the logical thread.
Public Extension MethodJoin(LogicalThread, Int32) Creates an awaitable that ensures the continuation is running on the logical thread.
Public Extension MethodYield(LogicalThread) Creates an awaitable that asynchronously yields to a new action on the logical thread when awaited.
Public Extension MethodYield(LogicalThread, Int32) Creates an awaitable that asynchronously yields to a new action on the logical thread when awaited.
Top
See Also