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
To create a back-pressure mechanism for messages that do not associated with a limited resource pool based on output buffers:
Whenever a message is sent, a reference counted token from the output port is sent along with that message. The reference counted token stays with the message until the message is consumed by the downstream, then the token is returned to the upstream output port. Work will not be called on a block until it has at least one token available.
The text was updated successfully, but these errors were encountered:
To create a back-pressure mechanism for messages that do not associated with a limited resource pool based on output buffers:
Whenever a message is sent, a reference counted token from the output port is sent along with that message. The reference counted token stays with the message until the message is consumed by the downstream, then the token is returned to the upstream output port. Work will not be called on a block until it has at least one token available.
The text was updated successfully, but these errors were encountered: