Jidoka.Handoff.OwnerStore.InMemory (Jidoka v0.9.0)

Copy Markdown View Source

Supervised ETS-backed handoff owner store for local runtimes, examples, and tests.

The store process owns the table so entries survive the request or task that records a handoff. Entries remain node-local and are lost when the store or application restarts.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the process-local handoff owner store.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

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

Starts the process-local handoff owner store.