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