Home > @visualization-tools/core > SharedInterleavedConnector
Provides a structured view into a SharedArray. Will take a claim on the SharedArray and release it when the object is disposed of.
Signature:
export declare class SharedInterleavedConnector<TCtor extends TTypedArrayCtor, TOffsets> extends AInterleavedConnector<InstanceType<TCtor>, TOffsets> implements ISharedInterleavedConnector<InstanceType<TCtor>, TOffsets>
Extends: AInterleavedConnector<InstanceType<TCtor>, TOffsets>
Implements: ISharedInterleavedConnector<InstanceType<TCtor>, TOffsets>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(prefix, wrapper, sharedArray, config) | Constructs a new instance of the SharedInterleavedConnector class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| sharedArray | ISharedArray<TCtor> | ||
| sharedObject | IReferenceCountedPtr |