Files
bun.sh/src/install
Jarred Sumner bdef634674 Implement isolated event loop for spawnSync
Introduces a dedicated event loop for spawnSync operations to prevent JavaScript timers and microtasks from firing and to avoid interference with the main process's stdin/stdout. Refactors event loop and pipe handling to support isolation, updates related APIs for Windows compatibility, and adds tests to verify correct isolation behavior.
2025-11-06 00:16:35 -08:00
..