Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Handles collections of Flows #51

Merged
merged 3 commits into from
Nov 18, 2021
Merged

Handles collections of Flows #51

merged 3 commits into from
Nov 18, 2021

Conversation

PetrosPapapa
Copy link
Member

  • Introduces Flow.seq and Flow.par to compose collections of Flows in sequence and in parallel respectively.
  • Removes All as it is basically the equivalent of Flow.par (i.e. a sequence of Ands) so there is no need for an extra constructor.
  • Improves Flow.apply to take a sequence Task* argument, using Flow.seq.

@PetrosPapapa PetrosPapapa self-assigned this Nov 18, 2021
@PetrosPapapa PetrosPapapa added the feature New feature or request label Nov 18, 2021
@PetrosPapapa PetrosPapapa merged commit 6fd560a into master Nov 18, 2021
@PetrosPapapa PetrosPapapa deleted the flowsequence branch November 18, 2021 09:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant