YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::Spinlock< T > Class Template Reference

#include <spinlock.hpp>

Inheritance diagram for yaclib::detail::Spinlock< T >:
[legend]

Public Member Functions

void lock () noexcept
 
void unlock () noexcept
 

Detailed Description

template<typename T>
class yaclib::detail::Spinlock< T >

Definition at line 8 of file spinlock.hpp.

Member Function Documentation

◆ lock()

template<typename T >
void yaclib::detail::Spinlock< T >::lock ( )
inlinenoexcept

Definition at line 10 of file spinlock.hpp.

◆ unlock()

template<typename T >
void yaclib::detail::Spinlock< T >::unlock ( )
inlinenoexcept

Definition at line 18 of file spinlock.hpp.


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