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