MCPcopy 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}
157void Runtime::waitAsyncWork() {
158 if (mFuture.valid()) {
159 mFuture.wait();
160 }
161}
162
163} // namespace MNN

Callers 2

waitAsyncResizeMethod · 0.80
updateCacheMethod · 0.80

Calls 2

validMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected