Elixir v1.0.4 GenEvent.Stream
Defines a GenEvent stream.
This is a struct returned by stream/2. The struct is public and
contains the following fields:
:manager- the manager reference given toGenEvent.stream/2:timeout- the timeout in between events, defaults to:infinity
Summary
Types
t :: %GenEvent.Stream{manager: GenEvent.manager, timeout: timeout}