Skip to content

mintmousse.getThreadID

Get the unique ID for the current thread.

Synopsis

threadID = mintmousse.getThreadID()

Parameters

Nothing.

Returns

threadID string
The threadID assigned to the current thread.

Examples

local threadID = mintmousse.getThreadID()
print("Hello from " .. threadID)

See Also