The URL containing a script to fall back (default) to when looking for worker sets and tilers.
The default number of workers.
Destroys all managed ConcurrentWorkerSets.
Destroys this ConcurrentTilerFacade if all of the ConcurrentWorkerSets are terminated.
Destroys a ConcurrentWorkerSet instance.
The worker script URL that was used to create the ConcurrentWorkerSet.
Returns a WorkerBasedTiler instance.
The name of the tiler service type.
The optional URL with the workers' script.
The number of web workers to use.
Timeout in seconds to connect to the web worker.
Returns a ConcurrentWorkerSet instance based on the script URL specified.
The optional URL with the workers' script. If not specified, the function uses defaultScriptUrl instead.
The number of web workers to use.
Timeout in seconds to connect to the web worker.
Generated using TypeDoc
Default concurrent tiler helper.
A convenient singleton that maintains a separate ConcurrentWorkerSet for each bundle requested. Provides easy access to WorkerBasedTilers for data sources.