MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / ScopedThread

Method ScopedThread

tests/cplusplus/Connection/AsyncAccessControl.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 public:
49 typedef std::unique_ptr<boost::thread> ThreadHolder;
50 ScopedThread(boost::thread *t) : m_thread(t) {}
51 ~ScopedThread() {
52 if (m_thread) {
53 m_thread->join();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected