Runnable
interfacein packageklyn.threading
public interface Runnable:
Runnable
Represents executable work for a `Thread`. This mirrors Java's `java.lang.Runnable`.
Methods
Modifier and Type Member Description
public run
run() as Void
Executes the runnable task.