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

Destroys a jss::joining_thread object. If the object had an associated thread of execution, joins with that thread.

~joining_thread();

Effects:

Destroys *this. If this->joinable(), calls this->join().

Throws:

Nothing.

Header

#include <jss/joining_thread.hpp>

See Also