UNPKG

@itwin/core-frontend

Version:
10 lines 440 B
/** @packageDocumentation * @module Utils */ import type { WorkerImplementation } from "../common/WorkerProxy"; /** Configure an implementation of the operations defined by `T` to execute on a worker thread. * See [this article]($docs/learning/frontend/WorkerProxy.md) for more details and examples. * @beta */ export declare function registerWorker<T>(impl: WorkerImplementation<T>): void; //# sourceMappingURL=RegisterWorker.d.ts.map