brepjs API Reference
    Preparing search index...

    Interface WorkerPoolOptions

    interface WorkerPoolOptions {
        wasmUrl?: string;
        workers: Worker[];
    }
    Index

    Properties

    Properties

    wasmUrl?: string

    Optional URL for the WASM binary, forwarded to every worker on init.

    workers: Worker[]

    The Worker instances to pool over; each is wrapped in a WorkerClient.