You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Kevin Brown (JIRA)" <ji...@apache.org> on 2008/08/26 20:34:44 UTC

[jira] Updated: (SHINDIG-546) Replace all usage of java.concurrent.Executor with java.concurrent.ExecutorService

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

Kevin Brown updated SHINDIG-546:
--------------------------------

    Description: ExecutorService provides a much better interface for supporting concurrent operations, such as the default Future-based model (rather than the Executor based void returning model).

> Replace all usage of java.concurrent.Executor with java.concurrent.ExecutorService
> ----------------------------------------------------------------------------------
>
>                 Key: SHINDIG-546
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-546
>             Project: Shindig
>          Issue Type: Sub-task
>            Reporter: Kevin Brown
>            Assignee: Kevin Brown
>
> ExecutorService provides a much better interface for supporting concurrent operations, such as the default Future-based model (rather than the Executor based void returning model).

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