ChimeraTK-cppext 01.05.02
Loading...
Searching...
No Matches
cppext::detail::when_any_notification_info Struct Reference

#include <future_queue.hpp>

+ Collaboration diagram for cppext::detail::when_any_notification_info:

Public Attributes

cppext::detail::shared_state_basenotifyerQueue {nullptr}
 Notification queue used to realise a wait_any logic.
 
size_t notifyerQueue_previousData {0}
 counter for the number of elements in the queue before when_any has added the notifyerQueue
 

Detailed Description

Definition at line 339 of file future_queue.hpp.

Member Data Documentation

◆ notifyerQueue

cppext::detail::shared_state_base* cppext::detail::when_any_notification_info::notifyerQueue {nullptr}

Notification queue used to realise a wait_any logic.

This queue is shared between all queues participating in the same when_any.

Definition at line 342 of file future_queue.hpp.

◆ notifyerQueue_previousData

size_t cppext::detail::when_any_notification_info::notifyerQueue_previousData {0}

counter for the number of elements in the queue before when_any has added the notifyerQueue

Definition at line 345 of file future_queue.hpp.


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