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
There are many different strategies that can be used to buffer data with many tradeoffs and niche use cases.
Right now the Buffer concept is relatively simple and rigid compared to Provider. We should consider introducing a trait that can express the role of a buffer and allow users to implement their own custom buffer types that can be used when building a workflow.
The text was updated successfully, but these errors were encountered:
There are many different strategies that can be used to buffer data with many tradeoffs and niche use cases.
Right now the
Buffer
concept is relatively simple and rigid compared toProvider
. We should consider introducing a trait that can express the role of a buffer and allow users to implement their own custom buffer types that can be used when building a workflow.The text was updated successfully, but these errors were encountered: