mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Sync Mutex and Futex with upstream and port std.Thread.Condition (#21060)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -32,7 +32,7 @@ const clap = bun.clap;
|
||||
const Headers = bun.http.Headers;
|
||||
const CopyFile = @import("../copy_file.zig");
|
||||
var bun_path_buf: bun.PathBuffer = undefined;
|
||||
const Futex = @import("../futex.zig");
|
||||
const Futex = bun.Futex;
|
||||
|
||||
const target_nextjs_version = "12.2.3";
|
||||
pub var initialized_store = false;
|
||||
|
||||
Reference in New Issue
Block a user