MCPcopy Create free account
hub / github.com/LUX-Core/lux / LuxControlThread

Function LuxControlThread

src/luxcontrol.cpp:717–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715static boost::thread luxControlThread;
716
717static void LuxControlThread()
718{
719 LuxController ctrl(gBase, GetArg("-luxcontrol", DEFAULT_LUX_CONTROL));
720
721 event_base_dispatch(gBase);
722}
723
724void StartLuxControl(boost::thread_group& threadGroup/*, CScheduler& scheduler*/)
725{

Callers

nothing calls this directly

Calls 1

GetArgFunction · 0.85

Tested by

no test coverage detected