Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ unbind
Function
unbind
modules/core/task/include/SkrTask/fib_task.hpp:275–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
void initialize(const scheudler_config_t&);
274
void bind() { internal->bind(); }
275
void unbind() { internal->unbind(); }
276
~scheduler_t();
277
private:
278
internal_t internal = nullptr;
Callers
nothing calls this directly
Calls
1
unbind
Method · 0.45
Tested by
no test coverage detected