Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ waitAsyncWork
Method
waitAsyncWork
source/core/Backend.cpp:157–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
mFuture = std::move(future);
156
}
157
void Runtime::waitAsyncWork() {
158
if (mFuture.valid()) {
159
mFuture.wait();
160
}
161
}
162
163
} // namespace MNN
Callers
2
waitAsyncResize
Method · 0.80
updateCache
Method · 0.80
Calls
2
valid
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected