reset: Function to reset a Stream, Producer, or Consumer

Description Usage Arguments Value Author(s) See Also Examples

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

1
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.

Author(s)

Martin Morgan mtmorgan@fhcrc.org

See Also

Stream, Producer, Consumer.

Examples

1
## see example(Stream)

Streamer documentation built on Nov. 8, 2020, 5:53 p.m.