Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ create
Method
create
bmf/hmp/src/core/timer.cpp:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
class CPUTimerManager : public impl::TimerManager {
83
public:
84
RefPtr<TimerInterface> create() override { return makeRefPtr<CPUTimer>(); }
85
};
86
87
static CPUTimerManager scpuTimerManager;
Callers
1
create_timer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected