Files
bun.sh/packages/bun-usockets
Jarred Sumner 964d4dac2c Rewrite AbortSignal.timeout (#21695)
### 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>
2025-08-08 23:07:19 -07:00
..
2025-08-08 23:07:19 -07:00
2024-09-24 20:39:29 -07:00

Bun's fork of uSockets

Bun's TCP socket library is based on uSockets. Thanks to @uNetworkingAB for the great work!