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
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 to GenEvent.stream/2
:timeout
- the timeout in between events, defaults to :infinity
t :: %GenEvent.Stream{manager: GenEvent.manager, timeout: timeout}