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

Add Channels #477

Merged
merged 14 commits into from
Oct 13, 2024
Merged

Add Channels #477

merged 14 commits into from
Oct 13, 2024

Conversation

timcassell
Copy link
Owner

Resolves #384

…ure update.

Updated/fixed some Equals methods.
Adjusted `ChannelReader` APIs to give back `ChannelReadOrPeekResult<T>` instead of a ValueTuple.
…PeekResult`.

Preliminary `UnboundedChannel` implementation.
Added a TODO for handling dropped items when a channel is closed.
Added more protections for `UnboundedChannel` against usage after `Dispose`.
TODO: These changes also broke BoundedChannelConcurrencyTests, need to fix.
Fixed BoundedChannelConcurrencyTests.
@timcassell timcassell added the enhancement New feature or request label Oct 9, 2024
@timcassell timcassell added this to the v3.2.0 milestone Oct 9, 2024
@timcassell timcassell self-assigned this Oct 9, 2024
@timcassell timcassell linked an issue Oct 9, 2024 that may be closed by this pull request
@timcassell timcassell merged commit 8de15aa into develop Oct 13, 2024
27 checks passed
@timcassell timcassell deleted the channel branch October 13, 2024 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Channel type
1 participant