Maru.Entity.Runtime (maru_entity v0.2.2) View Source

Serialize an instance concurrently.

Link to this section Summary

Link to this section Types

Specs

id() :: reference()

Specs

state() :: %{
  data: :ets.tab(),
  old_link: :ets.tab(),
  new_link: :ets.tab(),
  old_batch: :ets.tab(),
  new_batch: :ets.tab(),
  max_concurrency: pos_integer()
}