JAVA併發之Future

Thread, Runnable, Callable, Future, FutureTask, Executor, ExecutorService線程 Thread是JVM提供的線程,經過操做OS內核來實現,能夠直接調用,或者extends Thread來使用線程,也能夠implements Runnable和Callable來實現接口。接口 Callable能夠用call方法直接獲取返回值,但通
相關文章
相關標籤/搜索