![]() |
ChimeraTK-cppext 01.05.02
|
Implementation of shared_state_ptr. More...
Implementation of shared_state_ptr.
Implementation of then() with helper classes.
They are implemented as classes since we need partial template specialisations.
Helper function to realise the data assignment depending on the selected FEATURES tags.
The last dummy argument is just used to realise overloads for the different tags (as C++ does not know partial template specialisations for functions).
Definition at line 650 of file future_queue.hpp.
Definition at line 659 of file future_queue.hpp.
continuation_process_async< T, FEATURES, TOUT, CALLABLE > cppext::detail::make_continuation_process_async | ( | future_queue< T, FEATURES > | q_input, |
future_queue< TOUT > | q_output, | ||
CALLABLE | callable | ||
) |
continuation_process_deferred< T, FEATURES, TOUT, CALLABLE > cppext::detail::make_continuation_process_deferred | ( | future_queue< T, FEATURES > | q_input, |
future_queue< TOUT > | q_output, | ||
CALLABLE | callable | ||
) |
continuation_process_deferred_wait< T, FEATURES, TOUT, CALLABLE > cppext::detail::make_continuation_process_deferred_wait | ( | future_queue< T, FEATURES > | q_input, |
future_queue< TOUT > | q_output, | ||
CALLABLE | callable | ||
) |
shared_state_ptr cppext::detail::make_shared_state | ( | size_t | length | ) |
Definition at line 93 of file future_queue.hpp.