-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsGetSharedArrayBufferContent
rhuanjl edited this page Sep 1, 2018
·
1 revision
Get the storage object from a SharedArrayBuffer.
CHAKRA_API
JsGetSharedArrayBufferContent(
_In_ JsValueRef sharedArrayBuffer,
_Out_ JsSharedArrayBufferContentHandle *sharedContents);
- sharedArrayBuffer: The SharedArrayBuffer object.
- sharedContents: The storage object of a SharedArrayBuffer which can be shared between multiple thread. User should call JsReleaseSharedArrayBufferContentHandle after finished using it.
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is experimental and may have breaking changes later.
Requires an active script context.
- Architecture Overview
- Building ChakraCore
- ChakraCore Code Structure
- Contributor Guidance
- Engineering Notes
- Embedding ChakraCore
- Testing ChakraCore
- Getting ChakraCore binaries
- Label Glossary
- Resources
- Roadmap / Release Notes
Want to contribute to this Wiki? Fork it and send a pull request!