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

Method bind

modules/core/task/src/task2.cpp:685–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 }
684
685 void scheduler_t::bind()
686 {
687 SKR_ASSERT(instance() == nullptr);
688 SKR_ASSERT(!binded);
689 binded = true;
690 set_instance(this);
691 }
692
693 void scheduler_t::unbind()
694 {

Callers

nothing calls this directly

Calls 1

set_instanceFunction · 0.85

Tested by

no test coverage detected