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

Function current_fiber

modules/core/task/src/task.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void* current_fiber()
75{
76 return details::get_scheduler()->current_fiber();
77}
78#else
79void scheduler_t::initialize(const scheudler_config_t& config)
80{

Callers 3

is_main_threadMethod · 0.50
set_main_threadMethod · 0.50
add_storageMethod · 0.50

Calls 1

current_fiberMethod · 0.80

Tested by

no test coverage detected