MCPcopy 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
17event_t::event_t()
18{
19 internal = skr::make_shared<ftl::TaskCounter>(nullptr);
20 internal->Add(1);
21}
22
23thread_local scheduler_t* scheduler = nullptr;
24void scheduler_t::initialize(const scheudler_config_t& config)

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected