Carbonite.put_meta

You're seeing just the function put_meta, go back to Carbonite module for more information.

Specs

put_meta(key :: any(), value :: any()) :: meta()

Stores a piece of metadata in the process dictionary.

This can be useful in situations where you want to record a value at a system boundary (say, the user's account_id) without having to pass it through to the database transaction.

Returns the currently stored metadata.