ConduitMcp.Cancellation.Owner (ConduitMCP v0.9.5)

Copy Markdown View Source

Long-lived process that owns the :conduit_mcp_cancellations ETS table so concurrent Bandit request handlers don't race on :ets.new/2 when the table doesn't exist yet (each handler calls Cancellation.clear/1 from a try/after). Started under ConduitMcp.Supervisor by ConduitMcp.Application.

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)