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

Sources can tell the framework they need to synchronize #621

Merged
merged 1 commit into from Aug 28, 2013

Commits on Aug 26, 2013

  1. Sources can tell the framework they need to synchronize

    Added the potential to allow a Source to tell the framework it needs the
    framework to finish any outstanding concurrent work before the Source
    can proceed. This allows the Source to handle any cases where it can't
    work in parallel. For now, the EventProcessor just ignores the statement
    since everything is singled threaded right now.
    Dr15Jones committed Aug 26, 2013
    Copy the full SHA
    4a607b7 View commit details
    Browse the repository at this point in the history