GetCurrentThreadId v0.1.0
Returns the identifier of the calling thread.
Package: Windows
Microsoft documentation: GetCurrentThreadId
Signature
func GetCurrentThreadId() -> uint32;
Returns
uint32 — the current thread identifier. Windows may reuse the identifier
after the thread terminates.
See also
GetCurrentProcessId— calling process identifierWindows— the package overview