Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ NetThread
Method
NetThread
tests/fl/stl/asio/http/native_client.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
fl::thread thread;
57
58
explicit NetThread(NativeHttpServer& s) : server(s) {
59
thread = fl::thread([this]() { run(); });
60
}
61
62
~NetThread() {
63
running.store(false);
Callers
nothing calls this directly
Calls
1
run
Function · 0.50
Tested by
no test coverage detected