Gemini.TaskSupervisor (GeminiEx v0.9.0)

Copy Markdown View Source

Named task supervisor for Gemini background tasks.

Summary

Types

start_child_result()

@type start_child_result() :: {:ok, pid()} | {:error, term()}

Functions

child_spec(arg)

@spec child_spec(term()) :: Supervisor.child_spec()

start_child(fun)

@spec start_child((-> any())) :: start_child_result()