| ... | @@ -333,7 +333,7 @@ pub fn spawn(config: SpawnConfig, comptime function: anytype, args: anytype) Spa | ... | @@ -333,7 +333,7 @@ pub fn spawn(config: SpawnConfig, comptime function: anytype, args: anytype) Spa |
| 333 | /// May be an integer or a pointer depending on the platform. | 333 | /// May be an integer or a pointer depending on the platform. |
| 334 | pub const Handle = Impl.ThreadHandle; | 334 | pub const Handle = Impl.ThreadHandle; |
| 335 | | 335 | |
| 336 | /// Retrns the handle of this thread | 336 | /// Returns the handle of this thread |
| 337 | pub fn getHandle(self: Thread) Handle { | 337 | pub fn getHandle(self: Thread) Handle { |
| 338 | return self.impl.getHandle(); | 338 | return self.impl.getHandle(); |
| 339 | } | 339 | } |