JayBeams  0.1
Another project to have fun coding.
Namespaces | Functions
launch_thread.hpp File Reference
#include <jb/detail/thread_setup_wrapper.hpp>
#include <thread>
#include <type_traits>

Go to the source code of this file.

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 

Functions

template<typename Function , typename... A>
void jb::launch_thread (std::thread &t, thread_config const &config, Function &&f, A &&... a)
 Create a new thread, configure it as desired, and then call a user-defined function. More...