GenEvent.Stream

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

Summary

Types

t()

Types

t()

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

© 2012 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/elixir/1.3.4/GenEvent.Stream.html