workaround for std lib AutoResetEvent bug

This commit is contained in:
Andrew Kelley
2020-12-19 15:03:03 -07:00
parent e00b6db2aa
commit 4e621d4260
4 changed files with 86 additions and 30 deletions

View File

@@ -1,3 +1,8 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2015-2020 Zig Contributors
// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
// The MIT license requires this copyright notice to be included in all copies
// and substantial portions of the software.
const std = @import("std");
const ThreadPool = @This();