Runnable

public interface Runnable {

public abstract void run;

}

由於run方法返回值為void類型,所以在執行完任務之後無法返回任何結果。