SObjectizer  5.8
Loading...
Searching...
No Matches
so_5::thread_auto_join_details Namespace Reference

Classes

class  auto_joiner_t
 Main class for auto join operation. More...
 

Functions

template<typename Joiner >
void add_to_joiner (Joiner &to, std::size_t index, std::thread &t)
 Helper for filling auto_joiner object.
 
template<typename Joiner , typename... Tail>
void add_to_joiner (Joiner &to, std::size_t index, std::thread &t, Tail &&... tail)
 Helper for filling auto_joiner object.
 

Function Documentation

◆ add_to_joiner() [1/2]

template<typename Joiner >
void so_5::thread_auto_join_details::add_to_joiner ( Joiner & to,
std::size_t index,
std::thread & t )

Helper for filling auto_joiner object.

Since
v.5.5.16

Definition at line 89 of file thread_helper_functions.hpp.

◆ add_to_joiner() [2/2]

template<typename Joiner , typename... Tail>
void so_5::thread_auto_join_details::add_to_joiner ( Joiner & to,
std::size_t index,
std::thread & t,
Tail &&... tail )

Helper for filling auto_joiner object.

Since
v.5.5.16

Definition at line 102 of file thread_helper_functions.hpp.