| ... | @@ -21,7 +21,7 @@ const Runnable = struct { | ... | @@ -21,7 +21,7 @@ const Runnable = struct { |
| 21 | | 21 | |
| 22 | const Worker = struct { | 22 | const Worker = struct { |
| 23 | pool: *ThreadPool, | 23 | pool: *ThreadPool, |
| 24 | thread: *std.Thread, | 24 | thread: std.Thread, |
| 25 | /// The node is for this worker only and must have an already initialized event | 25 | /// The node is for this worker only and must have an already initialized event |
| 26 | /// when the thread is spawned. | 26 | /// when the thread is spawned. |
| 27 | idle_node: IdleQueue.Node, | 27 | idle_node: IdleQueue.Node, |