Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ setOnTimer
Method
setOnTimer
src/common/classes/TimerImpl.h:62–65 ·
view source on GitHub ↗
Set timer handler function
Source
from the content-addressed store, hash-verified
60
61
// Set timer handler function
62
void setOnTimer(std::function<OnTimerFunc> onTimer)
63
{
64
m_onTimer = onTimer;
65
}
66
67
// Set member function as timer handler
68
template <typename T>
Callers
3
setupIdleTimer
Method · 0.45
ProfilerManager
Method · 0.45
setupIdleTimer
Method · 0.45
Calls
1
bind
Class · 0.50
Tested by
no test coverage detected