Function getHandle [src]

Returns the handle of this thread

Prototype

pub fn getHandle(self: Thread) Handle

Parameters

self: Thread

Source

pub fn getHandle(self: Thread) Handle { return self.impl.getHandle(); }