Destroys a jss::joining_thread object. If the
object had an associated thread of execution, joins with that thread.
~joining_thread();
Destroys *this.
If this->joinable(),
calls this->join().
Nothing.
#include <jss/joining_thread.hpp>