|
OSVR-Core
|
Simple class to handle running a client mainloop in another thread, but easily pausable. More...
#include <ClientMainloop.h>
Public Types | |
| typedef boost::recursive_mutex | mutex_type |
| typedef boost::unique_lock< mutex_type > | lock_type |
| 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 () |
| ClientMainloop (osvr::clientkit::ClientContext &ctx) | |
| void | mainloop () |
| mutex_type & | getMutex () |
Simple class to handle running a client mainloop in another thread, but easily pausable.
1.8.12