Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigureAwait #479

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

ConfigureAwait #479

wants to merge 6 commits into from

Conversation

timcassell
Copy link
Owner

@timcassell timcassell commented Oct 20, 2024

Resolves #475

  • Added ContinuationOptions.
  • Added Promise(<T>).{ConfigureAwait, ConfigureContinuation} APIs.
  • Added SynchronizationOption.CapturedContext.
  • Added (Ordered)AsyncEnumerable.ConfigureAwait(ContinuationOptions) new overloads.
  • Hide old (Ordered)AsyncEnumerable<T>.ConfigureAwait APIs (not deprecated).
  • Exposed ConfiguredAsyncEnumerable<T>.{ContinuationOptions, CancelationToken} and ConfiguredAsyncEnumerable<T>.Enumerator.ContinuationOptions.
  • Fixed some async Linq implementations that weren't configuring the awaits properly.

Added `Promise(<T>).{ConfigureAwait, ConfigureContinuation}` APIs.
Added `(Ordered)AsyncEnumerable.ConfigureAwait(ContinuationOptions)` new overloads.
Exposed `ConfiguredAsyncEnumerable<T>.{ContinuationOptions, CancelationToken}` and `ConfiguredAsyncEnumerable<T>.Enumerator.ContinuationOptions`.
Converting old configurations to new options. WIP
Fixed some async Linq implementations that weren't configuring the awaits properly.
WIP tests
Fixed and optimized `ConfigureContinuation` with synchronous completed behavior.
Hide old `(Ordered)AsyncEnumerable<T>.ConfigureAwait` APIs (not deprecated).
Updated WaitAsyncTests.
@timcassell timcassell added this to the v3.2.0 milestone Oct 20, 2024
@timcassell timcassell self-assigned this Oct 20, 2024
@timcassell timcassell added enhancement New feature or request code quality bug Something isn't working labels Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code quality enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant