Lockless Task Scheduler  v1.0a
A lockless task scheduler
Public Member Functions | Public Attributes | List of all members
task_scheduler::thread_unsafe_access_storage Struct Reference

Struct thread_unsafe_access_storage More...

#include <utils.h>

Public Member Functions

 thread_unsafe_access_storage ()
 Initializes a new instance of the thread_unsafe_access_storage struct. More...
 

Public Attributes

std::atomic_int64_t last_thread_id
 The last thread identifier More...
 

Detailed Description

Struct thread_unsafe_access_storage

Constructor & Destructor Documentation

◆ thread_unsafe_access_storage()

task_scheduler::thread_unsafe_access_storage::thread_unsafe_access_storage ( )
inline

Initializes a new instance of the thread_unsafe_access_storage struct.

Member Data Documentation

◆ last_thread_id

std::atomic_int64_t task_scheduler::thread_unsafe_access_storage::last_thread_id

The last thread identifier


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