Menu

#467 Add an addRequests() method to ThreadUtilities

open
nobody
None
5
2013-04-13
2013-04-13
Alan Ezust
No

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.

Discussion


Log in to post a comment.