ConduitMcp.Tasks.EtsStore.Owner (ConduitMCP v0.9.5)

Copy Markdown View Source

Long-lived process that owns the :conduit_mcp_tasks ETS table so the table outlives short-lived request handlers. Started under ConduitMcp.Supervisor by ConduitMcp.Application when the configured tasks store is the default ConduitMcp.Tasks.EtsStore.

Users with a custom :tasks_store don't need this — it isn't started in that case.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)