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

Stop processing on demand #5

Open
mantzas opened this issue Mar 19, 2018 · 0 comments
Open

Stop processing on demand #5

mantzas opened this issue Mar 19, 2018 · 0 comments

Comments

@mantzas
Copy link
Owner

mantzas commented Mar 19, 2018

The process will run until the Work Generator will return nil marking the end of the processing work.
There are several reasons why the process might end earlier:

  • The collector checks for a error and stops the process
  • The work contains the needed result and does not need to continue
  • The user cancels the processing

For the above and other reasons we need a way to stop the processing pipeline.

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

No branches or pull requests

1 participant