![]() |
Home | Libraries | People | FAQ | More |
strict_scoped_thread
scoped_thread
thread
joinable()
join()
try_join_for()
try_join_until()
detach()
get_id()
interrupt()
hardware_concurrency()
physical_concurrency()
native_handle()
swap()
swap(scoped_thread&,scoped_thread&)
//#include <boost/thread/scoped_thread.hpp> struct detach; struct join_if_joinable; struct interrupt_and_join_if_joinable; template <class CallableThread = join_if_joinable> class strict_scoped_thread; template <class CallableThread = join_if_joinable> class scoped_thread; void swap(scoped_thread& lhs,scoped_thread& rhs) noexcept;