Moving CompletionHandler to java.util.concurrent
Gili
cowwoc at bbs.darktech.org
Mon Oct 19 06:31:17 PDT 2009
Alan Bateman wrote:
>
> 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).
>
I just cross-posted to
http://www.nabble.com/Moving-CompletionHandler-to-java.util.concurrent-td25958440.html
-- we'll see what they have to say. Oddly enough I couldn't find previous
discussion of this sort of thing on their mailing list.
Gili
--
View this message in context: http://n2.nabble.com/Moving-CompletionHandler-to-java-util-concurrent-tp3845440p3849014.html
Sent from the nio-discuss mailing list archive at Nabble.com.
More information about the nio-discuss
mailing list