RADLib
RADical C++ application framework
RADCore::ThreadAffinity Struct Reference

Thread affinity snapshot for RADObject event delivery. More...

#include <RADCore.h>

+ Collaboration diagram for RADCore::ThreadAffinity:

Public Attributes

std::thread::id threadId
 Target thread id. More...
 
EventLoopeventLoop
 Associated event loop, if any. More...
 

Detailed Description

Thread affinity snapshot for RADObject event delivery.

Member Data Documentation

◆ eventLoop

EventLoop* RADCore::ThreadAffinity::eventLoop

Associated event loop, if any.

◆ threadId

std::thread::id RADCore::ThreadAffinity::threadId

Target thread id.


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