Skip to main content

flywave-mapview.concurrentdecoderfacade.destroyworkerset

Home > @flywave/flywave-mapview > ConcurrentDecoderFacade > destroyWorkerSet

ConcurrentDecoderFacade.destroyWorkerSet() method

Destroys a [[ConcurrentWorkerSet]] instance.

Signature:

static destroyWorkerSet(scriptUrl: string): void;

Parameters

Parameter

Type

Description

scriptUrl

string

The worker script URL that was used to create the [[ConcurrentWorkerSet]].

Returns:



void