public interface Runnable:
Represents executable work for a Thread.
Thread
This is the minimal executable contract used by Thread.
run() as Void