PreviousNextTracker indexSee it online !

(177/212) 467 - Add an addRequests() method to ThreadUtilities

Currently, people are using the CommonControls thread pool when they could be using
jEdit's core thread pool.
Ultimately, I'd like to deprecate WorkRequest and WorkerThreadPool from commoncontrols but first we must add a method to ThreadUtilities that resembles this:

public WorkRequest\[\] addRequests(Runnable\[\] reqs)

To make it easier for people to port existing code from CommonControls to jEdit core.

Submitted ezust - 2013-04-13 21:36:30 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments