ChromicPDF.start_link
You're seeing just the function
start_link
, go back to ChromicPDF module for more information.
Specs
start_link([global_option()]) :: Supervisor.on_start() | Agent.on_start()
Starts ChromicPDF.
If the given config includes the on_demand: true
flag, this will instead spawn an
Agent process that holds this configuration until a PDF operation is triggered which
will then launch a supervisor temporarily, process the operation, and proceed to perform
a graceful shutdown.