Wandbox
Settings
Log
Settings
Log
Language
GitHub
Login
Ran/Viewed Log
Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
Stdin
›
9
1
2
3
4
5
6
7
8
#define BOOST_THREAD_USES_CHRONO
#include <boost/thread.hpp>
int main() {
boost::thread th([]{});
th.try_join_for(boost::chrono::seconds(1));
}
Enable LSP
Disable LSP
Stdin
$
Clone & Edit
Exit Code:
0