just::thread
std::thread::joinable
Query whether or not *this has an associated thread of execution.
*this
bool joinable() const;
true if *this has an associated thread of execution, false otherwise.
true
false
Nothing
#include <thread>
std::thread
Design and Content © Copyright 2008-2019 Just Software Solutions Ltd. All Rights Reserved. | Privacy Policy