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

Create means to synchronize transitions. #4

Open
back2dos opened this issue Feb 15, 2017 · 3 comments
Open

Create means to synchronize transitions. #4

back2dos opened this issue Feb 15, 2017 · 3 comments

Comments

@back2dos
Copy link
Member

No description provided.

@kevinresol
Copy link
Member

I always forget what synchronization means. Does it mean the transition result is applied in the order of the dependency change, no matter the result comes in fast or slow?

@fullofcaffeine
Copy link

I'm curious as well - what does synchronization mean in this context?

@back2dos
Copy link
Member Author

Maybe it's not the best choice of words. What I mean is to have something like Java's @synchronized for transitions. Because transitions are potentially async, concurrency issues may arise. What I wish to add is a straight forward way to force sequential rather than parallel execution.

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

No branches or pull requests

3 participants