Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ resetTime
Method
resetTime
source/MRViewer/MRAsyncTimer.cpp:26–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void AsyncTimer::resetTime()
27
{
28
std::unique_lock lock( mutex_ );
29
time_.reset();
30
//no need to notify
31
}
32
33
void AsyncTimer::terminate()
34
{
Callers
1
reset
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected