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

Function sync

modules/core/task/include/SkrTask/co_task.hpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 SKR_TASK_API void wait(event_t event);
286 SKR_TASK_API void wait(counter_t counter);
287 inline void sync(event_t event)
288 {
289 scheduler_t::instance()->sync(std::move(event));
290 }
291 inline void sync(counter_t counter)
292 {
293 scheduler_t::instance()->sync(std::move(counter));

Callers 2

sync_so_farMethod · 0.85
main.cppFile · 0.85

Calls 2

moveFunction · 0.50
syncMethod · 0.45

Tested by

no test coverage detected