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

This module is experimental

Supervisor for SharedDoc

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

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

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_child(doc_name, start_arg \\ [])

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