| author | |
| committer | |
| log | 281a9a60f07afaf1b72bc66b2bb3c925b3c908f4 |
| tree | 07cf1410aa23feb63196b7db3baf3ae29c04d302 |
| parent | 1ae969e5299ea71231e7045110332b23989e653c |
1 files changed, 1 insertions(+), 1 deletions(-)
src/ThreadPool.zig+1-1| ... | ... | @@ -21,7 +21,7 @@ const Runnable = struct { |
| 21 | 21 | |
| 22 | 22 | const Worker = struct { |
| 23 | 23 | pool: *ThreadPool, |
| 24 | thread: *std.Thread, | |
| 24 | thread: std.Thread, | |
| 25 | 25 | /// The node is for this worker only and must have an already initialized event |
| 26 | 26 | /// when the thread is spawned. |
| 27 | 27 | idle_node: IdleQueue.Node, |