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 the runner param. #28

Closed
wants to merge 1 commit into from
Closed

Conversation

xethorn
Copy link
Owner

@xethorn xethorn commented Feb 17, 2015

One of the recent request was to move the runner out, so you could write:
create(..., runner=Sync(), tasks=[list of tasks])

Still unsure if we should move forward with this implementation. The runner object will
always have a strong dependency on the tasks it runs. Another alternative would be to
have a run method instead that takes a runner and a list of tasks.

One of the recent request was to move the runner out, so you could write:
`create(..., runner=Sync(), tasks=[list of tasks])`

Still unsure if we should move forward with this implementation. The runner object will
always have a strong dependency on the tasks it runs. Another alternative would be to
have a `run` method instead that takes a runner and a list of tasks.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) to 84.02% when pulling 2e33570 on mo-15-feb-add-instance-and-generator into bf35e99 on master.

@rantonmattei
Copy link
Contributor

I like #29 better.

@xethorn xethorn closed this Feb 18, 2015
@xethorn xethorn deleted the mo-15-feb-add-instance-and-generator branch March 4, 2015 14:30
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.

None yet

3 participants