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.276-beta+3dd4b43be3e31323696af3ab6b14b705e6420d69
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