Documentation Home >> Headers >> <jss/joining_thread.hpp> Header >> jss::joining_thread >> jss::joining_thread::joinable Member Function

Query whether or not *this has an associated thread of execution.

bool joinable() const;

Returns:

true if *this has an associated thread of execution, false otherwise.

Throws:

Nothing

Header

#include <jss/joining_thread.hpp>

See Also