MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / initialize

Method initialize

modules/core/task/src/task.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23thread_local scheduler_t* scheduler = nullptr;
24void scheduler_t::initialize(const scheudler_config_t& config)
25{
26 options.ThreadPoolSize = config.numThreads;
27}
28
29void scheduler_t::bind()
30{

Callers 4

compile_allFunction · 0.45
Task2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected