klyn.threading.Thread.Thread
constructor
public Thread(name as String):
Description

Creates a thread with the requested name.

An empty or null name is normalized to "thread".

Parameters
ParameterDescription
nameHuman-readable thread name.
Example

thread = Thread("index-worker")