Taos API Reference
    Preparing search index...

    Class TileDecodePool

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get unavailable(): boolean

      True once the pool has fatally failed (a worker couldn't start / errored); the caller should fall back to inline decode from here on.

      Returns boolean

    Methods

    • A worker per core, less one for the main thread, capped at 4 (decode is the bottleneck, not parallelism — and each worker holds its own WASM decoders).

      Returns number