![]() |
ChimeraTK-cppext 01.05.02
|
#include <future_queue.hpp>
Public Member Functions | |
continuation_process_async (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 1448 of file future_queue.hpp.
|
inline |
Definition at line 1449 of file future_queue.hpp.
|
inline |
CALLABLE cppext::detail::continuation_process_async< T, FEATURES, TOUT, CALLABLE >::callable |
Definition at line 1480 of file future_queue.hpp.
future_queue<T, FEATURES> cppext::detail::continuation_process_async< T, FEATURES, TOUT, CALLABLE >::q_input |
Definition at line 1478 of file future_queue.hpp.
future_queue<TOUT> cppext::detail::continuation_process_async< T, FEATURES, TOUT, CALLABLE >::q_output |
Definition at line 1479 of file future_queue.hpp.