mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +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:
@@ -196,7 +196,7 @@ pub fn main() anyerror!void {
|
||||
response_body: MutableString = undefined,
|
||||
context: HTTP.HTTPChannelContext = undefined,
|
||||
};
|
||||
const Batch = @import("../src/thread_pool.zig").Batch;
|
||||
const Batch = bun.ThreadPool.Batch;
|
||||
var groups = try default_allocator.alloc(Group, args.count);
|
||||
var repeat_i: usize = 0;
|
||||
while (repeat_i < args.repeat + 1) : (repeat_i += 1) {
|
||||
|
||||
Reference in New Issue
Block a user