Elixir v1.3.0 GenEvent.Stream View Source
Defines a GenEvent
stream.
This is a struct returned by GenEvent.stream/2
. The struct is public and
contains the following fields:
:manager
- the manager reference given toGenEvent.stream/2
:timeout
- the timeout between events, defaults to:infinity
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %GenEvent.Stream{manager: GenEvent.manager, timeout: timeout}