Jidoka.Harness.Store.InMemory (Jidoka v0.8.0-beta.1)

Copy Markdown View Source

In-memory harness store for tests, examples, and local exploration.

The store is an Agent process containing session data keyed by session id. It is intentionally small and makes no persistence guarantees.

Summary

Functions

start_link(opts \\ [])

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