You've already forked linux-packaging-mono
Imported Upstream version 6.8.0.73
Former-commit-id: d18deab1b47cfd3ad8cba82b3f37d00eec2170af
This commit is contained in:
parent
bceda29824
commit
73ee7591e8
@@ -42,7 +42,7 @@ namespace System.Runtime.CompilerServices
|
||||
|
||||
/// <summary>Provides an awaitable context for switching into a target environment.</summary>
|
||||
/// <remarks>This type is intended for compiler use only.</remarks>
|
||||
public struct YieldAwaitable
|
||||
public readonly struct YieldAwaitable
|
||||
{
|
||||
/// <summary>Gets an awaiter for this <see cref="YieldAwaitable"/>.</summary>
|
||||
/// <returns>An awaiter for this awaitable.</returns>
|
||||
@@ -52,7 +52,7 @@ namespace System.Runtime.CompilerServices
|
||||
/// <summary>Provides an awaiter that switches into a target environment.</summary>
|
||||
/// <remarks>This type is intended for compiler use only.</remarks>
|
||||
[HostProtection(Synchronization = true, ExternalThreading = true)]
|
||||
public struct YieldAwaiter : ICriticalNotifyCompletion
|
||||
public readonly struct YieldAwaiter : ICriticalNotifyCompletion
|
||||
{
|
||||
/// <summary>Gets whether a yield is not required.</summary>
|
||||
/// <remarks>This property is intended for compiler user rather than use directly in code.</remarks>
|
||||
|
Reference in New Issue
Block a user