JayBeams
0.1
Another project to have fun coding.
|
#include <jb/detail/reconfigure_thread.hpp>
#include <jb/log.hpp>
#include <functional>
#include <thread>
Go to the source code of this file.
Classes | |
struct | jb::detail::thread_setup_wrapper< Callable > |
Hold data to startup a thread in JayBeams. More... | |
Namespaces | |
jb | |
The top-level namespace for the JayBeams library. | |
jb::detail | |
Functions | |
template<typename Callable > | |
thread_setup_wrapper< Callable > | jb::detail::make_thread_setup_wrapper (thread_config const &config, Callable &&c) |
Create the right type of thread_setup_wrapper<>. More... | |