@itwin/core-frontend
Version:
iTwin.js frontend components
10 lines • 440 B
TypeScript
/** @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