MCPcopy Create free account
hub / github.com/FastLED/FastLED / run

Method run

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

Source from the content-addressed store, hash-verified

65 }
66
67 void run() {
68 while (running.load()) {
69 server.acceptClients();
70 fl::this_thread::sleep_for(fl::chrono::milliseconds(1)); // ok sleep for
71 }
72 }
73};
74
75// Poll a condition with sleep between attempts. Loopback TCP is fast but

Callers 14

run_bloatFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
beat.hppFile · 0.45
FL_TEST_FILEFunction · 0.45
fltest.cppFile · 0.45
mainFunction · 0.45
benchModeFunction · 0.45
runAccuracyTestFunction · 0.45
runBenchmarkFunction · 0.45
runSweepFunction · 0.45

Calls 3

sleep_forFunction · 0.50
loadMethod · 0.45
acceptClientsMethod · 0.45

Tested by 3

run_bloatFunction · 0.36
mainFunction · 0.36
runSweepFunction · 0.36