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.
76 lines (35 loc) • 822 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [ESharedObjectOwnerKind](./rc-js-util.esharedobjectownerkind.md)
## ESharedObjectOwnerKind enum
Defines the cleanup behavior of [SharedObjectCleanup](./rc-js-util.sharedobjectcleanup.md)
**Signature:**
```typescript
export declare enum ESharedObjectOwnerKind
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
Freeable
</td><td>
`3`
</td><td>
</td></tr>
<tr><td>
NotOwning
</td><td>
`1`
</td><td>
</td></tr>
<tr><td>
SharedMemoryOwner
</td><td>
`2`
</td><td>
</td></tr>
</tbody></table>