DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="5.16.0" />

 DynamicTaskAwaitable

public struct DynamicTaskAwaitable
Represents dynamically-typed task.

Provides an object that waits for the completion of an asynchronous task.

public DynamicTaskAwaitable ConfigureAwait(bool continueOnCapturedContext)

Configures an awaiter used to await this task.

Configures an awaiter used to await this task.

Gets an awaiter used to await this task.