![]() |
ChimeraTK-cppext 01.05.02
|
#include <future_queue.hpp>
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.