Class WorkerBasedDecoder

Decoder based on [[ConcurrentWorkerSet]].

Decodes tiles using workers running in separate contexts (also known as WebWorkers):

  • connection establishment,
  • sends decode requests,
  • configuration.

Hierarchy

  • WorkerBasedDecoder

Implements

  • ITileDecoder

Constructors

Accessors

Methods

  • Connects to [[WorkerServiceManager]]s in underlying [[ConcurrentWorkerSet]] and creates dedicated [[TileDecoderService]]s in all workers to serve decode requests.

    Returns Promise<void>

Generated using TypeDoc