![]() |
ChimeraTK-cppext 01.07.01
|
#include <future_queue.hpp>
Collaboration diagram for cppext::detail::continuation_process_deferred_wait< T, FEATURES, TOUT, CALLABLE >:Public Member Functions | |
| continuation_process_deferred_wait (future_queue< T, FEATURES > q_input_, future_queue< TOUT > q_output_, CALLABLE callable_) | |
| void | operator() () |
Public Attributes | |
| future_queue< T, FEATURES > | q_input |
| future_queue< TOUT > | q_output |
| CALLABLE | callable |
Definition at line 1339 of file future_queue.hpp.
|
inline |
Definition at line 1340 of file future_queue.hpp.
|
inline |
Definition at line 1343 of file future_queue.hpp.
| CALLABLE cppext::detail::continuation_process_deferred_wait< T, FEATURES, TOUT, CALLABLE >::callable |
Definition at line 1361 of file future_queue.hpp.
| future_queue<T, FEATURES> cppext::detail::continuation_process_deferred_wait< T, FEATURES, TOUT, CALLABLE >::q_input |
Definition at line 1359 of file future_queue.hpp.
| future_queue<TOUT> cppext::detail::continuation_process_deferred_wait< T, FEATURES, TOUT, CALLABLE >::q_output |
Definition at line 1360 of file future_queue.hpp.