Skip to content

Remove Container argument from Counter - #714

Merged
frankmcsherry merged 1 commit into
TimelyDataflow:masterfrom
frankmcsherry:remove_counter_container
Sep 17, 2025
Merged

Remove Container argument from Counter#714
frankmcsherry merged 1 commit into
TimelyDataflow:masterfrom
frankmcsherry:remove_counter_container

Conversation

@frankmcsherry

Copy link
Copy Markdown
Member

The Counter push wrapper had a container as an argument, but it seems to be extraneous. It shows up instead first as part of the Push implementation, but not as a part of the type itself.

LogPusher<Box<dyn Push<Message<T, C>>>>,
D
>;
type Pusher = Exchange<T, LogPusher<Box<dyn Push<Message<T, C>>>>, D>;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Unrelated, sorry. But seems great! :D

@antiguru antiguru left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good!

@frankmcsherry
frankmcsherry merged commit 04aefdd into TimelyDataflow:master Sep 17, 2025
7 checks passed
@github-actions github-actions Bot mentioned this pull request Sep 17, 2025
@github-actions github-actions Bot mentioned this pull request Oct 23, 2025
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.

2 participants