Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ event_t
Method
event_t
modules/core/task/src/task.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
event_t::event_t()
18
{
19
internal = skr::make_shared<ftl::TaskCounter>(nullptr);
20
internal->Add(1);
21
}
22
23
thread_local scheduler_t* scheduler = nullptr;
24
void scheduler_t::initialize(const scheudler_config_t& config)
Callers
nothing calls this directly
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected