mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
Address additional CodeRabbit review feedback: - Use `await using` for automatic server disposal instead of try/finally - Use `once()` from node:events for cleaner event waiting - Replace setTimeout-based timeout with AbortSignal.timeout() - Simplify helper functions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>