Bounded node-local Tasks store with atomic lifecycle operations.
Entries survive client disconnects, client restarts, connection process
failures, and worker failures while the ExMCP application remains running.
They do not survive an application or node restart. Configure another
ExMCP.Tasks.Store implementation when that stronger durability is needed.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(keyword()) :: GenServer.on_start()