namespace · events.tuning
Tuning events
Post-commit facts produced by runtime tuning changes.
namespace events.tuning
- Stable ID
events.tuning- Owner
- app.runtime-tuning
- Authority
- read_only
- Timing
- post_commit
- Availability
- runtime API 1
- Side effects
- none
- Determinism
- Stable namespace identity and normalized symbol order.
- Introduced
- 1.1.0
Usage
Use events.tuning to observe immutable facts published after the runtime tuning owner commits.
Parameters
- None
Returns
The documented post-commit tuning event contracts.
Cost
Namespace lookup is constant-time; delivery uses bounded package event budgets.
Fields
This symbol has no fields.
Errors
- None
Examples
-- Subscribe through events.listen("events.tuning.changed", callback).
API history
- 1.1.0: Runtime tuning event namespace added.