JayBeams
0.1
Another project to have fun coding.
|
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... | |