Template implementValve

Boilerplate for implementing a valve. If you don't define a custom valve, you should always mixin this template in all your iopipe templates.

template implementValve(alias pipechain) ;

Parameters

NameDescription
pipechain symbol that contains the upstream pipe chain.