Skip to main content

flywave-mapview.concurrenttilerfacade.destroyworkerset

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

ConcurrentTilerFacade.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