Implement the required valve function. If the pipe you are wrapping has a valve, you must provide ref access to the valve.
Note, the correct boilerplate implementation can be inserted by adding the following line to your pipe structure:
mixin implementValve!(nameOfUpstreamPipe);
A valve inlet that allows you to control flow of the data through this pipe.
See Also: iopipe.valve
See Implementation
Implement the required valve function. If the pipe you are wrapping has a valve, you must provide ref access to the valve.
Note, the correct boilerplate implementation can be inserted by adding the following line to your pipe structure: