Click or drag to resize

LogicalThreadExtensions Class

Defines extensions for the LogicalThread class.
Inheritance Hierarchy
System.Object
  GSF.Threading.LogicalThreadExtensions

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
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