start Loop
Start a new thread with the given infinite loop task. This thread will auto end when the task is interrupted.
Parameters
the name of the thread to access it later and to log as
the duration to sleep this thread after every loop to save resources
the infinite loop task to run on the new thread
Start a new thread with the given infinite loop task. This thread will auto end when the task is interrupted.
Parameters
the name of the thread to access it later and to log as
the infinite loop task to run on the new thread
Start a new thread with the given infinite loop task. This thread will auto end when the task is interrupted, with a name defined by the class of the Runnable.
Parameters
the duration to sleep this thread after every loop to save resources
the infinite loop task to run on the new thread
Start a new thread with the given infinite loop task. This thread will auto end when the task is interrupted, with a name defined by the class of the Runnable.
Parameters
the infinite loop task to run on the new thread