The URL containing a script to fall back (default) to when looking for worker sets and decoders.
The default number of workers.
Destroys all managed ConcurrentWorkerSets.
Destroys this ConcurrentDecoderFacade if all of the ConcurrentWorkerSets are terminated.
Destroys a ConcurrentWorkerSet instance.
The worker script URL that was used to create the ConcurrentWorkerSet.
Returns a WorkerBasedDecoder instance.
The name of the decoder 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 decoder helper.
A convenient singleton that maintains a separate ConcurrentWorkerSet for each bundle requested. Provides easy access to WorkerBasedDecoders for data sources.