WorkerPool

verb.exe.WorkerPool

CLASS

Source code

WorkerPool provides a pool of WebWorker objects for concurrent evaluation in JavaScript

constructor

METHOD

Source code

new WorkerPool(numThreads : Int, fileName : String, verb.js" : undefined)

Create a new WorkerPool

params

addWork

METHOD

Source code

addWork(className : String, methodName : String, args : Array<Dynamic>, callback : Dynamic) : Void

Add work to perform to the queue

basePath

PROPERTY

Source code

basePath

The base path to look for verb's source code