Moving CompletionHandler to java.util.concurrent

Alan Bateman Alan.Bateman at Sun.COM
Mon Oct 19 04:28:54 PDT 2009


Gili wrote:
> 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
>   
Have you brought this up on concurrency-interest? I'm pretty sure this 
type of thing has come up many times (in the context of Executors at least).

-Alan.


More information about the nio-discuss mailing list