[ https://issues.apache.org/jira/browse/DIRMINA-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emmanuel Lecharny closed DIRMINA-360. ------------------------------------- > Provide interruptable wait methods in IoFuture. > ----------------------------------------------- > > Key: DIRMINA-360 > URL: https://issues.apache.org/jira/browse/DIRMINA-360 > Project: MINA > Issue Type: New Feature > Components: Core > Reporter: Trustin Lee > Assignee: Trustin Lee > Priority: Minor > Fix For: 2.0.0-M1 > > > IoFuture.join() and IoFuture.join(long) are uninterruptable, that is, calling > Thread.interrupt() won't make the call return immediately, which often causes > unexpectedly delayed shutdown of a thread. As other classes in > java.util.concurrent package provide both interruptable and uninterruptable > wait methods, we need to provide both types of methods for IoFuture. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.