Lux.Memory.SimpleMemory (Lux v0.5.0)

View Source

A simple memory implementation using GenServer and ETS. Provides efficient chronological storage and retrieval of memory entries.

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.