| 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) { |