View Source Islands.Engine.DynGameSup (Islands Engine v0.2.63)

A supervisor that starts game server processes dynamically.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for DynamicSupervisor.init/1.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec init(term()) :: {:ok, DynamicSupervisor.sup_flags()} | :ignore

Callback implementation for DynamicSupervisor.init/1.

@spec start_link(term()) :: Supervisor.on_start()