Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ unbind
Method
unbind
modules/core/task/src/task2.cpp:693–699 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
691
}
692
693
void scheduler_t::unbind()
694
{
695
SKR_ASSERT(instance() == this);
696
SKR_ASSERT(binded);
697
binded = false;
698
set_instance(nullptr);
699
}
700
}
701
}
702
Callers
nothing calls this directly
Calls
1
set_instance
Function · 0.85
Tested by
no test coverage detected