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

Method ClientMainloop

apps/ClientMainloop.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 typedef boost::recursive_mutex mutex_type;
45 typedef boost::unique_lock<mutex_type> lock_type;
46 ClientMainloop(osvr::clientkit::ClientContext &ctx) : m_ctx(ctx) {}
47 void mainloop() {
48 lock_type lock(m_mutex, boost::try_to_lock);
49 if (lock) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected