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

Breaking the synchronous event chain #4

Open
KevinMackenzie opened this issue Apr 2, 2018 · 0 comments
Open

Breaking the synchronous event chain #4

KevinMackenzie opened this issue Apr 2, 2018 · 0 comments
Labels
feature A large issue to describe a feature that will have subissues
Milestone

Comments

@KevinMackenzie
Copy link
Owner

Many of the events that occur will need to wait for some long-lasting event (network access/filesystem access). It is important to have a component that will allow these ItemDeltas to propagate to its destination without locking up the caller until then. This will probably act like an asynchronous queue.

@KevinMackenzie KevinMackenzie added the feature A large issue to describe a feature that will have subissues label Apr 2, 2018
@KevinMackenzie KevinMackenzie added this to the Spring2018 milestone Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A large issue to describe a feature that will have subissues
Projects
None yet
Development

No branches or pull requests

1 participant