connect_blocking_consumer
Connects a blocking machine to its downstream consumer to recycle wire capacity when the consumer processes an entity.
Instructions
Wire capacity recycling between a BlockingMachine and its downstream consumer.
When the downstream machine starts processing an entity from the blocking machine's output buffer, one capacity slot is returned — allowing the blocking machine to release its next held entity.
Call this AFTER connecting BlockingMachine output to downstream input.
Args: blocking_machine_name: Instance name passed to add_blocking_machine downstream_name: Instance name of the downstream consumer (Machine, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocking_machine_name | Yes | ||
| downstream_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |