The Thread is created with new, but is never started and is not otherwise captured.
new
Threads must be started with start() to actually execute.
start()