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

Function decrement

modules/core/task/include/SkrTask/fib_task.hpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 void wait(bool pin) const { internal->GetScheduler()->WaitForCounter(internal.get(), pin); }
40 void add(const unsigned int x) { internal->Add(x); }
41 void decrement() { internal->Decrement(); }
42 bool test() const { return internal->Done(); }
43 size_t hash() const { return std::hash<void*>{}(internal.get()); }
44 explicit operator bool() const { return (bool)internal; }

Callers 1

btree_iteratorClass · 0.50

Calls 1

doneMethod · 0.45

Tested by

no test coverage detected