Elixir v1.1.1 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 to GenEvent.stream/2
  • :timeout - the timeout between events, defaults to :infinity

Summary

Types

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