@smx913/rpc
v0.12.3
Published
## Package Overview
Readme
@smx913/rpc
Package Overview
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
| --- | --- | --- | --- | --- | :---: | :---: |
| @smx913/rpc | UniverRpc | |
|
| ❌ | ❌ |
Introduction
When handling some time-intensive tasks, such as formula computation, Univer can offload them to a location outside of the main thread, such as a Web Worker thread. The @smx913/rpc library provides an RPC mechanism that simplifies communication between the main thread and other threads.
For more information, see the Architecture of Web Worker.
Usage
Installation
# Using npm
npm install @smx913/rpc
# Using pnpm
pnpm add @smx913/rpc