Gigex.Server (gigex v0.1.2)

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(arg)

@spec start_link(arg :: any()) :: :ignore | {:error, any()} | {:ok, pid()}