Returns the handle of this thread
pub fn getHandle(self: Thread) Handle
pub fn getHandle(self: Thread) Handle { return self.impl.getHandle(); }