Plexus.Measure (Plexus v0.1.0)

Copy Markdown View Source

Framework-managed local measurement.

Requests are resolved through the contract registry, cache/replay layers and a per-contract coalescer. The coalescer is the normal path; batch: false simply makes a one-item/zero-delay coalescer rather than bypassing policy.

Summary

Functions

cancel_actor(run_id, actor_id)

@spec cancel_actor(term(), term()) :: :ok

submit(run_id, context, tag, state, contract_ref, opts \\ [])

@spec submit(term(), map(), term(), term(), term(), keyword()) :: :ok