MCPcopy Create free account
hub / github.com/FastLED/FastLED / ~NetThread

Method ~NetThread

tests/fl/stl/asio/http/native_client.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 ~NetThread() {
63 running.store(false);
64 if (thread.joinable()) thread.join();
65 }
66
67 void run() {
68 while (running.load()) {

Callers

nothing calls this directly

Calls 2

joinableMethod · 0.80
storeMethod · 0.45

Tested by

no test coverage detected