Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ startAndAwaitShutdown
Method
startAndAwaitShutdown
src/osvr/Server/Server.cpp:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
void Server::awaitShutdown() { m_impl->awaitShutdown(); }
56
57
void Server::startAndAwaitShutdown() { m_impl->startAndAwaitShutdown(); }
58
59
void Server::stop() { m_impl->stop(); }
60
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected