reset: Function to reset a Stream, Producer, or Consumer
Description
reset on a stream invokes the reset method of all
components of the stream; on a component, it invokes the reset
method of the component and all inputs to the component.
Usage
reset(x, ...)
Arguments
x
A Stream, Producer, or Consumer object.
...
Additional arguments, currently unused.
Value
A reference to x, the stream or component on which reset
was invoked.