View source
class ElasticThreadPool
package sys.thread
implements IThreadPool
Available on macro, java, python, neko, hl, cpp
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.