View source
class ElasticThreadPool
package sys.thread
implements IThreadPool
Available on hl, macro, neko, cpp, jvm, python
Thread pool with a varying amount of threads.
A new thread is spawned every time a task is submitted while all existing threads are busy.