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

Method WaitCallbackLoop

src/osvr/Connection/AsyncDeviceToken.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 class WaitCallbackLoop {
74 public:
75 WaitCallbackLoop(::util::RunLoopManagerBase &run,
76 DeviceUpdateCallback const &cb)
77 : m_cb(cb), m_run(&run) {}
78 void operator()() {
79 OSVR_DEV_VERBOSE("WaitCallbackLoop starting");
80 ::util::LoopGuard guard(*m_run);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected