You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/06/07 11:18:26 UTC

[jira] Closed: (DIRMINA-380) Invocation chaining for IoFuture

     [ https://issues.apache.org/jira/browse/DIRMINA-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee closed DIRMINA-380.
-------------------------------

    Resolution: Fixed
      Assignee: Trustin Lee

Done.

> Invocation chaining for IoFuture
> --------------------------------
>
>                 Key: DIRMINA-380
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-380
>             Project: MINA
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>             Fix For: 2.0.0-M1
>
>
> Providing invocation chaining for IoFuture will be very useful.  For example:
> BEFORE:
> WriteFuture future = session.write(...);
> future.await();
> if (future.isWritten()) {
> }
> AFTER:
> if (session.write(...).await().isWritten()) {
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.