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

Major refactor away from child_process and to worker-farm. #25

Merged
merged 2 commits into from
Jun 5, 2017

Conversation

gdborton
Copy link
Owner

@gdborton gdborton commented Jun 2, 2017

Worker-farm provides a cleaner abstraction around managing child processes,
allowing us to call functions instead of manually passing messages. This api
allows us to write less code, and the code that we do write is a bit cleaner.

Sadly some of the tests were removed as part of this refactor, but coverage
will be restored in the future.

Worker-farm provides a cleaner abstraction around managing child processes,
allowing us to call functions instead of manually passing messages.  This api
allows us to write less code, and the code that we do write is a bit cleaner.

Sadly some of the tests were removed as part of this refactor, but coverage
will be restored in the future.
@coveralls
Copy link

coveralls commented Jun 2, 2017

Coverage Status

Coverage decreased (-14.9%) to 54.701% when pulling 7d2a052 on refactor-to-use-worker-farm into 8c410e2 on master.

@coveralls
Copy link

coveralls commented Jun 3, 2017

Coverage Status

Coverage increased (+23.5%) to 93.162% when pulling 1d5465a on refactor-to-use-worker-farm into 8c410e2 on master.

@gdborton gdborton merged commit 252ceba into master Jun 5, 2017
@gdborton gdborton deleted the refactor-to-use-worker-farm branch June 5, 2017 18:44
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

2 participants