Skip to content

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Mar 26, 2025

@AArnott AArnott self-assigned this Mar 26, 2025
@AArnott AArnott marked this pull request as draft March 26, 2025 03:17
/// </param>
/// <param name="cancellationToken">A cancellation token.</param>
/// <returns>A task that completes with the result of <paramref name="operation"/>, after the semaphore has been exited.</returns>
public Task ExecuteAsync(Func<object?, Task> operation, object? state, CancellationToken cancellationToken = default)
Copy link
Member

@drewnoakes drewnoakes Apr 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

state params are missing doc nodes in these new overloads. EDIT just seen this is a draft.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya, and a draft that may never be completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants