FutureTask介紹及使用

Future Future是一個接口,它定義了5個方法: boolean cancel(boolean mayInterruptIfRunning); boolean isCancelled(); boolean isDone(); V get() throws InterruptedException, ExecutionException; 簡單說明一下接口定義 boolean cancel(
相關文章
相關標籤/搜索