![]() |
ChimeraTK-cppext 01.07.01
|
#include <future_queue.hpp>
Collaboration diagram for cppext::detail::when_any_notification_info:Public Attributes | |
| cppext::detail::shared_state_base * | notifyerQueue {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 | |
Definition at line 339 of file future_queue.hpp.
| 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.
| 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.