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

Introduce FlatContainer, container function for hinting #556

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

frankmcsherry
Copy link
Member

This PR adds #550's FlatContainer container, as well as a StreamCore::container<C>() method to use for hinting when containers are potentially ambiguous. Some amount of an experiment in ergonomics; the approach is #550 is still valid (specifying the container in the generics of the method), but this allows you to avoid that and only specify the container in a container::<HERE>() call.

@frankmcsherry frankmcsherry force-pushed the flatcontainer branch 2 times, most recently from bbf16a8 to 79af07d Compare March 23, 2024 00:59
@frankmcsherry frankmcsherry merged commit 52e9245 into TimelyDataflow:master Mar 23, 2024
1 check passed
@github-actions github-actions bot mentioned this pull request Oct 29, 2024
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.

1 participant