Fix: node:worker_threads Worker Idle Termination (denoland/deno#23169)
Workers created with node:worker_threads are terminated when idle, even if they have ref'd transferable objects like MessagePort or SharedArrayBuffer that should keep them alive.
There are two independent keepalive decision systems, and that's the root problem: