Moving CompletionHandler to java.util.concurrent
Gili
cowwoc at bbs.darktech.org
Sun Oct 18 11:59:56 PDT 2009
Hi,
I would like to propose moving CompletionHandler to package
java.util.concurrent. Its use is not limited to I/O operations. For example,
I use it for monitoring asynchronous Swing operations. CompletionHandler can
be used virtually anywhere that java.util.concurrent.Future can, so why not
place them in the same package?
Gili
--
View this message in context: http://n2.nabble.com/Moving-CompletionHandler-to-java-util-concurrent-tp3845440p3845440.html
Sent from the nio-discuss mailing list archive at Nabble.com.
More information about the nio-discuss
mailing list