Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ run
Method
run
src/Core/Triggers/CallbackScheduler.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void CallbackScheduler::run(const Callback& callback)
52
{
53
m_callback = callback;
54
m_state = CallbackSchedulerState::Ready;
55
m_start = Time::epoch();
56
}
57
58
void CallbackScheduler::stop()
59
{
Callers
nothing calls this directly
Calls
1
epoch
Function · 0.85
Tested by
no test coverage detected