Documentation Home >> Headers >> <jss/joining_thread.hpp> Header

The <jss/joining_thread.hpp> header provides the jss::joining_thread class for managing a thread that must be joined at the exit of a scope.

namespace jss{
    class joining_thread;
}
See Also