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

stack synchronization #26

Open
applesthepi opened this issue Oct 15, 2021 · 0 comments
Open

stack synchronization #26

applesthepi opened this issue Oct 15, 2021 · 0 comments
Labels
feature add new feature

Comments

@applesthepi
Copy link
Owner

A bar linking stacks will synchronize execution between threads. When block flags are implemented, then it will have flags to release all execution or hold all execution based on the flag that is set. When a thread hits the synchro bar, it waits until another thread has hit the synchro bar. It doesn't matter if its on the same stack or multiple stacks, once more then one thread (maybe flag configurable) has been stopped, they all get locked, then released.

concept:

@applesthepi applesthepi added the enhancement improve/fix feature label Oct 15, 2021
@applesthepi applesthepi added feature add new feature and removed enhancement improve/fix feature labels Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature add new feature
Projects
Status: Requested - Features
Development

No branches or pull requests

1 participant