MCPcopy Create free account
hub / github.com/beefytech/Beef / Run

Method Run

BeefySysLib/HeadlessApp.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void HeadlessApp::Run()
20{
21 while (mRunning)
22 {
23 BfpThread_Sleep((uint32)(1000 / mRefreshRate));
24 Process();
25 }
26}

Callers

nothing calls this directly

Calls 1

BfpThread_SleepFunction · 0.50

Tested by

no test coverage detected