View Source Yex.Managed.SharedDocSupervisor (y_ex v0.3.5)

Supervisor for SharedDoc

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

@type launch_param() ::
  {:persistence, module()}
  | {:idle_timeout, integer()}
  | {:pg_scope, atom()}
  | {:local_pubsub, module()}

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec start_link([launch_param()]) :: Supervisor.on_start()