ReqManagedAgents.Host.Store.ETS (req_managed_agents_host v0.1.0)

Copy Markdown View Source

Default Store implementation: a named public ETS :set table, owned by a tiny GenServer so the table outlives any individual caller. Process-local — empty in every fresh OS process, gone when the owner stops.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.