Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
volatile bool finished = false;
66
int async_callback() {
67
finished = true;
68
return 0;
69
}
70
71
volatile bool finished_with_data = false;
72
int async_callback_with_data(void* user_data) {
Callers
1
LITE_set_async_callback_with_userdata
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected