public Thread(name as String):
Creates a thread with the requested name.
An empty or null name is normalized to "thread".
"thread"
name
thread = Thread("index-worker")