MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / async_callback

Function async_callback

lite/test/test_network_c.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65volatile bool finished = false;
66int async_callback() {
67 finished = true;
68 return 0;
69}
70
71volatile bool finished_with_data = false;
72int async_callback_with_data(void* user_data) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected