Packages

Generic actor model object for uses in IPFS

Current section

Files

Jump to
myspace_object lib myspace_object state.ex
Raw

lib/myspace_object/state.ex

defmodule MyspaceObject.State do
@moduledoc """
The state of a MyspaceObject. State is read from and written to IPFS.
"""
# FIXME: create an Agent to hold the state, and use that instead of a GenServer.
end