Chronicle.CheckpointStore.Memory (chronicle v0.1.1)

Copy Markdown

In-memory checkpoint store for tests and local development.

It does not provide an independent durable anchor and must not be used as the production tamper-resistance boundary.

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.

reset()

@spec reset() :: :ok | {:error, term()}

start_link(opts \\ [])

@spec start_link(keyword()) :: Agent.on_start()