Share via


TplExtensions.NoThrowValueTaskAwaitable Struct

Definition

An awaitable that wraps a task and never throws an exception when waited on.

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct TplExtensions.NoThrowValueTaskAwaitable
[<System.Runtime.CompilerServices.IsReadOnly>]
type TplExtensions.NoThrowValueTaskAwaitable = struct
Public Structure TplExtensions.NoThrowValueTaskAwaitable
Inheritance
TplExtensions.NoThrowValueTaskAwaitable
Attributes

Constructors

TplExtensions.NoThrowValueTaskAwaitable(ValueTask, Boolean)

Initializes a new instance of the TplExtensions.NoThrowValueTaskAwaitable struct.

Methods

GetAwaiter()

Gets the awaiter.

Applies to