## correlation.set_context_var()

<span id="hexkit.correlation.set_context_var"></span>


An async context manager to simplify the use of ContextVars.


Usage

``` python
correlation.set_context_var(
    context_var,
    value,
)
```


The value will be reset upon exiting the context.
