You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
In some cases, it would be better to simply treat blocks as if they were functions. Many blocks really should just be functions anyway, since they don't need to carry state. This would also make CallablePipelineBlock totally unnecessary.
A simple solution would be to just add this to PipelineBlock:
In some cases, it would be better to simply treat blocks as if they were functions. Many blocks really should just be functions anyway, since they don't need to carry state. This would also make
CallablePipelineBlock
totally unnecessary.A simple solution would be to just add this to
PipelineBlock
:A better solution would probably be to just get rid of the
process
method altogether.The text was updated successfully, but these errors were encountered: