Runnable
interfacein packageklyn.threading
public interface Runnable:
Runnable

Represents executable work for a Thread.

This is the minimal executable contract used by Thread.

Methods
Modifier and Type Member Description
public run
run() as Void
Executes the runnable task.