mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
std.Thread: fixup ThreadPool.zig
This commit is contained in:
parent
1ae969e529
commit
281a9a60f0
@ -21,7 +21,7 @@ const Runnable = struct {
|
||||
|
||||
const Worker = struct {
|
||||
pool: *ThreadPool,
|
||||
thread: *std.Thread,
|
||||
thread: std.Thread,
|
||||
/// The node is for this worker only and must have an already initialized event
|
||||
/// when the thread is spawned.
|
||||
idle_node: IdleQueue.Node,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user