Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void* current_fiber()
75
{
76
return details::get_scheduler()->current_fiber();
77
}
78
#else
79
void scheduler_t::initialize(const scheudler_config_t& config)
80
{
Callers
3
is_main_thread
Method · 0.50
set_main_thread
Method · 0.50
add_storage
Method · 0.50
Calls
1
current_fiber
Method · 0.80
Tested by
no test coverage detected