Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ thread3
Method
thread3
dlib/test/multithreaded_object.cpp:253–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
void thread3()
254
{
255
while (!should_stop())
256
dlib::sleep(10);
257
}
258
259
};
260
Callers
nothing calls this directly
Calls
1
sleep
Function · 0.50
Tested by
no test coverage detected