GenEvent.Stream

Introduction #

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
Source

Types #

t :: %GenEvent.Stream{manager: GenEvent.manager, timeout: timeout}