View Source ProcessHub.Handler.ChildrenAdd.SyncHandle (ProcessHub v0.3.2-alpha)

Handler for synchronizing added child processes.

Summary

Types

@type t() :: %ProcessHub.Handler.ChildrenAdd.SyncHandle{
  hub_id: ProcessHub.hub_id(),
  post_start_results: [
    %ProcessHub.Handler.ChildrenAdd.PostStartData{
      child_nodes: term(),
      child_spec: term(),
      cid: term(),
      for_node: term(),
      has_errors: term(),
      nodes: term(),
      pid: term(),
      result: term()
    }
  ],
  start_opts: keyword()
}

Functions

@spec handle(t()) :: :ok