mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
### What does this PR do? On Linux, AbortSignal.timeout created a file descriptor for each timeout and did not keep the event loop alive when a timer was active. This is fixed. ### How did you verify your code works? Fewer flaky tests --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Claude <claude@anthropic.ai>