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 Collector[T] type. #3

Merged
merged 3 commits into from
Jan 13, 2024
Merged

Add Collector[T] type. #3

merged 3 commits into from
Jan 13, 2024

Conversation

creachadair
Copy link
Owner

The Collector[T] wraps a Single[T] and a channel to accmulate the results of
task functions that report values. The methods of the collector wrap value
producing functions in Tasks to compose with the Group.

Also:

  • Update tests, examples, and README.md.
  • Update the Go toolchain base to 1.21.

The Collector[T] wraps a Single[T] and a channel to accmulate the results of
task functions that report values. The methods of the collector wrap value
producing functions in Tasks to compose with the Group.

Also:
- Update tests, examples, and README.md.
- Update the Go toolchain base to 1.21.
@creachadair creachadair changed the title Add Collector[T} type. Add Collector[T] type. Jan 13, 2024
@creachadair creachadair merged commit 43f3419 into main Jan 13, 2024
1 check passed
@creachadair creachadair deleted the mjf/coll branch January 13, 2024 04:56
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