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

Method AsyncSendGuard

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

Source from the content-addressed store, hash-verified

126 class AsyncSendGuard : public util::GuardInterface {
127 public:
128 AsyncSendGuard(AsyncAccessControl &control) : m_rts(control) {}
129 virtual bool lock() { return m_rts.request(); }
130 virtual ~AsyncSendGuard() {}
131

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected