ChimeraTK-cppext 01.05.02
Loading...
Searching...
No Matches
cppext::detail::continuation_process_async< T, FEATURES, TOUT, CALLABLE > Struct Template Reference

#include <future_queue.hpp>

+ Collaboration diagram for cppext::detail::continuation_process_async< T, FEATURES, TOUT, CALLABLE >:

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, FEATURESq_input
 
future_queue< TOUTq_output
 
CALLABLE callable
 

Detailed Description

template<typename T, typename FEATURES, typename TOUT, typename CALLABLE>
struct cppext::detail::continuation_process_async< T, FEATURES, TOUT, CALLABLE >

Definition at line 1448 of file future_queue.hpp.

Constructor & Destructor Documentation

◆ continuation_process_async()

cppext::detail::continuation_process_async< T, FEATURES, TOUT, CALLABLE >::continuation_process_async ( future_queue< T, FEATURES q_input_,
future_queue< TOUT q_output_,
CALLABLE  callable_ 
)
inline

Definition at line 1449 of file future_queue.hpp.

Member Function Documentation

◆ operator()()

Definition at line 1451 of file future_queue.hpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ callable

◆ q_input

◆ q_output


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