MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / callback

Method callback

utility/task_manager.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 calling_task_id(p_calling_task_id) {}
46 virtual ~BaseMainThreadDispatchData() = default;
47 void callback() {
48 callback_internal();
49 semaphore.post();
50 }
51 void wait_for_completion() {
52 semaphore.wait();
53 }

Calls

no outgoing calls

Tested by

no test coverage detected