class Concurrent::TVar

A ‘TVar` is a transactional variable - a single-element container that is used as part of a transaction - see `Concurrent::atomically`.

@!macro thread_safe_variable_comparison

{include:file:docs-source/tvar.md}