Dust.ActivityBuffer (dustlayer v0.1.1)

Copy Markdown View Source

ETS-backed circular buffer for recent Dust operations.

Stores the last 100 events per store for dashboard display. Append is a direct ETS write — no GenServer serialization on the hot path.

Summary

Functions

append(name, store, attrs)

child_spec(opts)

recent(name, store, limit \\ 100)

start_link(opts)