mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Simplify/fix threading utilities (#21089)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -468,7 +468,7 @@ const strings = bun.strings;
|
||||
const stringZ = bun.stringZ;
|
||||
const JSC = bun.JSC;
|
||||
const NewHTTPContext = bun.http.NewHTTPContext;
|
||||
const UnboundedQueue = @import("../bun.js/unbounded_queue.zig").UnboundedQueue;
|
||||
const UnboundedQueue = bun.threading.UnboundedQueue;
|
||||
const AsyncHTTP = bun.http.AsyncHTTP;
|
||||
pub const Queue = UnboundedQueue(AsyncHTTP, .next);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user