Tarearbol.ensure_all_streamed

You're seeing just the function ensure_all_streamed, go back to Tarearbol module for more information.
Link to this function

ensure_all_streamed(jobs, opts \\ [])

View Source

Specs

ensure_all_streamed([(() -> any()) | {atom(), atom(), list()}], keyword()) ::
  %Stream{
    accs: term(),
    done: nil,
    enum: term(),
    funs: nonempty_maybe_improper_list()
  }

Wrapper for Task.Supervisor.async_stream/4.