This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.
UnparkTid
The type passed into unpark for the thread ID. You'd think this was just a std.Thread.Id,
but it seems that someone at Microsoft forgot how big their TIDs are supposed to be.