workerdMerged#6634
Try fixing an ownership issue in streams
Attempts to fix an ownership issue in streams
5 substantial PRs (4 merged, 4 open/draft). 3 in workerd, 2 in node.
Attempts to fix an ownership issue in streams
Adjusts the auto allocate chunk size default to a more conservative value to prevent memory issues, behind an autogate for further testing.
Optimizes Promise handling in Workerd by adding short-circuiting behavior for already rejected or resolved promises
Completes the QUIC/HTTP3 implementation with a full suite of tests and documentation.
Implements a prototype for uv coroutines in Node.js, allowing for asynchronous operations using libuv calls