Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] threadpool?


Scott Lewis wrote on 09/03/2010 12:11:07 PM:
> On 9/3/2010 8:59 AM, Pascal Rapicault wrote:
> > Don't you want to use the jobs API?
>
> I am also using the jobs API...but want to provide some alternatives.

There is some thread pool code in the framework and org.eclipse.equinox.util, but nothing API as far as I know. I think your main options are the Jobs API, or java.util.concurrent.

John

Back to the top