[forge-issues] [JBoss JIRA] (FURNACE-75) Furnace should provide an ExecutorService to control creation of concurrent tasks

George Gastaldi (JIRA) issues at jboss.org
Tue Dec 8 15:49:00 EST 2015


     [ https://issues.jboss.org/browse/FURNACE-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi closed FURNACE-75.
----------------------------------
    Fix Version/s:     (was: 2.x Future)
       Resolution: Won't Do


With JDK 8 in Forge, there is no need for this, as the concurrency utilities allow to use a common pool using the ForkJoin framework

> Furnace should provide an ExecutorService to control creation of concurrent tasks
> ---------------------------------------------------------------------------------
>
>                 Key: FURNACE-75
>                 URL: https://issues.jboss.org/browse/FURNACE-75
>             Project: Forge: Furnace
>          Issue Type: Feature Request
>          Components: Runtime
>    Affects Versions: 2.21.0.Final
>            Reporter: George Gastaldi
>
> Furnace should provide some methods to allow executing concurrent tasks.
> Eg: 
> {code:java}
> ExecutorService service = furnace.getExecutorService();
> service.submit(()->System.out.println("Concurrent task!"));
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the forge-issues mailing list