MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / ~PyTaskDipatcher

Method ~PyTaskDipatcher

imperative/python/src/helper.h:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103 void wait_all_task_finish() { queue.wait_all_task_finish(); }
104 ~PyTaskDipatcher() {
105 finalized = true;
106 queue.wait_all_task_finish();
107 }
108};
109
110extern PyTaskDipatcher py_task_q;

Callers

nothing calls this directly

Calls 1

wait_all_task_finishMethod · 0.45

Tested by

no test coverage detected