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

Method stop_async

OpenHD/ohd_interface/src/wifi_hotspot.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void WifiHotspot::stop_async() {
128 openhd::AsyncHandle::instance().execute_async(
129 "WiFi HS", [this]() { WifiHotspot::stop(); });
130}
131
132void WifiHotspot::set_enabled_async(bool enable) {
133 if (m_is_enabled == enable) return;

Callers

nothing calls this directly

Calls 1

execute_asyncMethod · 0.80

Tested by

no test coverage detected