Interface IYieldTokenSource
Represents a source of yield tokens.
Namespace: Reaqtive.Scheduler
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IYieldTokenSource
Properties
IsYieldRequested
Gets a value indicating whether a yield has been requested.
Declaration
bool IsYieldRequested { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Token
Gets a yield token to observe yield requests.
Declaration
YieldToken Token { get; }
Property Value
Type | Description |
---|---|
YieldToken |