MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / proxySync

Method proxySync

system/include/emscripten/proxying.h:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267 bool proxySync(const pthread_t target, const std::function<void()>& func) {
268 return emscripten_proxy_sync(queue, target, run, (void*)&func);
269 }
270
271 bool proxySyncWithCtx(const pthread_t target,
272 const std::function<void(ProxyingCtx)>& func) {

Callers 2

test_proxy_syncFunction · 0.80
operator()Method · 0.80

Calls 1

emscripten_proxy_syncFunction · 0.50

Tested by 1

test_proxy_syncFunction · 0.64