Jido.Signal.Application (Jido Signal v1.0.0)

View Source

The main application module for Jido Signal.

This module handles the initialization and supervision of the signal processing infrastructure, including the Registry and Task Supervisor.

Summary

Functions

Starts the Jido Signal application.

Functions

start(type, args)

@spec start(Application.start_type(), term()) :: {:ok, pid()} | {:error, term()}

Starts the Jido Signal application.

Initializes the supervision tree with the Registry for managing signal subscriptions and a Task Supervisor for handling asynchronous operations.

Parameters

  • _type: The application start type (ignored)
  • _args: Application start arguments (ignored)

Returns

{:ok, pid} where pid is the supervisor process ID