Simple class to handle running a client mainloop in another thread, but easily pausable. More...
#include </home/jenkins/root/workspace/OSVR-Core-Docs/apps/ClientMainloop.h>
Public Types | |
typedef boost::recursive_mutex | mutex_type |
typedef boost::unique_lock < mutex_type > | lock_type |
Public Member Functions | |
ClientMainloop (osvr::clientkit::ClientContext &ctx) | |
void | mainloop () |
mutex_type & | getMutex () |
Simple class to handle running a client mainloop in another thread, but easily pausable.
Definition at line 42 of file ClientMainloop.h.