MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / AsyncHandle

Method AsyncHandle

OpenHD/ohd_common/src/openhd_util_async.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "openhd_util.h"
30
31openhd::AsyncHandle::AsyncHandle() {
32 m_watchdog_run = true;
33 m_watchdog_thread =
34 std::make_unique<std::thread>(&AsyncHandle::check_watchdog, this);
35}
36
37openhd::AsyncHandle::~AsyncHandle() {
38 m_watchdog_run = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected