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 ability to chain distributables together #274

Merged
merged 5 commits into from
Apr 15, 2017
Merged

Conversation

StefanKennedy
Copy link

connects to #264

This allows users to chain distributable functions together more easily. Previously if a user wanted to do this they'd have to do

Dipla.apply_distributable(func3, Dipla.apply_distributable(func2, Dipla.apply_distributable(func, ...)))

but now they can do this:

promised_inputs.distribute(func).distribute(func2).distribute(func3)

@StefanKennedy StefanKennedy merged commit 3846094 into master Apr 15, 2017
@StefanKennedy StefanKennedy deleted the s/chaining#264 branch April 16, 2017 14:13
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.

3 participants