We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package wide variables i.e. computed values (at runtime or compile time) and not just consts
Related to #87 #242
Do we need runtime functions for that?
From "dataflow programming" book:
Instead of storing state internally in the node, it would send its state data on the output so that in the next activation it can read it back in.
The text was updated successfully, but these errors were encountered:
in.sig -> computation.sig computation.result -> out.result -> computation.sig
So user of this component can use it just like an IIP, it just have to trigger it once and the whole thing will never stop sending the result message
errors.New("...")
Sorry, something went wrong.
Re-open when (if) needed
No branches or pull requests
Package wide variables i.e. computed values (at runtime or compile time) and not just consts
Related to #87 #242
Do we need runtime functions for that?
From "dataflow programming" book:
The text was updated successfully, but these errors were encountered: