View Source Iter.Iterable.Enumerable (iterex v0.1.2)
Can we convert a enum into an iterable? Let's find out.
Summary
Functions
Returns a specification to start this module under a supervisor.
Wrap an enumerable in a genserver
Types
@type t() :: %Iter.Iterable.Enumerable{pid: pid()}
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec new(Enumerable.t()) :: t()
Wrap an enumerable in a genserver