Elixir v1.3.4 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 to GenEvent.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}