MCPcopy Create free account
hub / github.com/JibbSmart/JoyShockMapper / ~PollingThread

Method ~PollingThread

JoyShockMapper/src/linux/InputHelpers.cpp:731–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731PollingThread::~PollingThread()
732{
733 if (_continue)
734 {
735 Stop();
736 std::this_thread::sleep_for(std::chrono::milliseconds{ _sleepTimeMs });
737 }
738 // Let poll function cleanup
739 pthread_join(_thread, nullptr);
740}
741
742bool PollingThread::Start()
743{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected