TaskProcessor

constructor(workerPath: String, maximumActiveTasks: Double? = definedExternally)(source)

Parameters

workerPath

The Url to the worker. This can either be an absolute path or relative to the Cesium Workers folder.

maximumActiveTasks

The maximum number of active tasks. Once exceeded, scheduleTask will not queue any more tasks, allowing work to be rescheduled in future frames. Default value - Number.POSITIVE_INFINITY