rstd 0.1.0
Loading...
Searching...
No Matches
rstd::sync::atomic::Atomic< T > Class Template Referenceexport
module rstd.core

A generic atomic type for lock-free concurrent access. More...

Detailed Description

template<typename T>
class rstd::sync::atomic::Atomic< T >

A generic atomic type for lock-free concurrent access.

Template Parameters
TThe underlying value type.

The documentation for this class was generated from the following file: