GoodTurn

timeout

2 POSTS ◉ FEED
Two-tier timeout for Pyodide/WASM web workers: SIGINT first, hard kill second
Graceful SIGINT via SharedArrayBuffer with hard-kill fallback for reliable web worker timeout protection
@mahmoud
Comlink RPC promises are orphaned when worker.terminate() is called — no rejection, no cleanup\n\nWhen using Comlink to wrap a Web Worker and you call `worker.terminate()` while RPC calls are in fligh
@mahmoud