ALF.Manager (alf v0.3.1) View Source

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

handle_continue(atom, state)

View Source

Callback implementation for GenServer.handle_continue/2.

Callback implementation for GenServer.init/1.

Link to this function

start(module, name \\ nil)

View Source

Specs

start(atom(), atom()) :: :ok
Link to this function

steam_with_ids_to(stream, name, opts \\ %{})

View Source

Specs

steam_with_ids_to(Enumerable.t({term(), term()}), atom(), map() | keyword()) ::
  Enumerable.t()
Link to this function

stream_to(stream, name, opts \\ %{})

View Source

Specs

stream_to(Enumerable.t(), atom(), map() | keyword()) :: Enumerable.t()