Details
Description
Enclosed is an implementation of Future.object
It relies on java.util.concurrent in JDK-1.5
Q: Should I "downgrade" the code so it uses the standalone concurrent library, allowing this to run on pre-JDK-1.5?
Enclosed is an implementation of Future.object
It relies on java.util.concurrent in JDK-1.5
Q: Should I "downgrade" the code so it uses the standalone concurrent library, allowing this to run on pre-JDK-1.5?