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

Method start_async

OpenHD/ohd_interface/src/wifi_hotspot.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void WifiHotspot::start_async() {
123 openhd::AsyncHandle::instance().execute_async(
124 "WiFi HS", [this]() { WifiHotspot::start(); });
125}
126
127void WifiHotspot::stop_async() {
128 openhd::AsyncHandle::instance().execute_async(

Callers

nothing calls this directly

Calls 1

execute_asyncMethod · 0.80

Tested by

no test coverage detected