Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat : Synchronised read and write for variables #76

Merged
merged 18 commits into from
Apr 1, 2024

Conversation

satheesh66
Copy link
Contributor

No description provided.

@satheesh66 satheesh66 changed the title Feat : Variable synchronised read and write Feat : Synchronised read and write for variables Mar 13, 2024
int32Array: Int32Array;

constructor(sab?: SharedArrayBuffer) {
this.sab = sab || new SharedArrayBuffer(1024 * 1024); //1mb;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

singleton sharedArrayBuffer

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

udpated as singleton

@satheesh66 satheesh66 changed the base branch from main to beta April 1, 2024 06:24
@saravanan10393 saravanan10393 merged commit a0d325f into kissflow:beta Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants