rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
47 lines (23 loc) • 870 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [ISharedArrayBindings](./rc-js-util.isharedarraybindings.md)
## ISharedArrayBindings interface
**Signature:**
```typescript
export interface ISharedArrayBindings extends IInteropBindings
```
**Extends:** [IInteropBindings](./rc-js-util.iinteropbindings.md)
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[\_sharedArray\_createOne(numberId, size, clearMemory)](./rc-js-util.isharedarraybindings._sharedarray_createone.md)
</td><td>
</td></tr>
<tr><td>
[\_sharedArray\_getDataAddress(numberId, objPointer)](./rc-js-util.isharedarraybindings._sharedarray_getdataaddress.md)
</td><td>
</td></tr>
</tbody></table>