Config: check for 'long long' support
[sol.git] / sol / thread.hpp
blob4fd348a2c59c8a5b695c53eb3c762df5c821e1ae
1 #if !defined(sol_thread_hpp_included)
2 #define sol_thread_hpp_included
3 /// \defgroup sol_thread sol::thread
4 /// \ingroup sol
5 /// \{
8 /**
9 * \file sol/thread.hpp
10 * \brief Threading API
12 * Header(s):
13 * - sol/thread/lock_pool.hpp
17 #include <sol/thread/lock_pool.hpp>
20 /// \}
21 #endif // sol_thread_hpp_included