Using JDK 7's Fork/Join Framework

Fork/Join is an enhancement to the ExecutorService implementation that allows you to more easily break up processing to be executed concurrently, and recursively, with little effort on your part


June 27, 2011
URL:http://drdobbs.com/jvm/using-jdk-7s-forkjoin-framework/231000556

Terms of Service | Privacy Statement | Copyright © 2024 UBM Tech, All rights reserved.