Exnotify.start_link

You're seeing just the function start_link, go back to Exnotify module for more information.
Link to this function

start_link(opts \\ [])

Start the GenServer.

Options

  • :name - The name for locally registered as. By default is Exnotify
  • :watcher - The pid of watcher events. By default is pid of caller