Attribute Macros§
- es_
event_ context - Automatically captures function arguments into the event context.
- retry_
on_ concurrent_ modification - Retries the annotated async function when it fails with a concurrent
modification error (or with any error when
any_error = true).