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

How to indicate online processing capabilities? #254

Closed
superbock opened this issue Feb 24, 2017 · 0 comments
Closed

How to indicate online processing capabilities? #254

superbock opened this issue Feb 24, 2017 · 0 comments

Comments

@superbock
Copy link
Collaborator

superbock commented Feb 24, 2017

At the moment there is no way to determine whether a processor is online-capable or not.

A previous attempt to solve this used different process methods. E.g. process_sequence() and process_step() for offline/online mode, respectively. However, since normal functions must be usable as processors also, Processors are simply called (like functions), thus there is not really a uniform way to distinguish between online/offline mode for processors.

Please see this PR/comment for more context.

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