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

Multithreaded Framework Service Callbacks #272

Merged

Commits on Aug 9, 2013

  1. Multithreaded Framework Service Callbacks

    Adds new interface for Service callback functions to
    support the multithreaded Framework. This interface
    passes around a new set of classes which hold the
    context at all the important transitions that occur
    in the Framework. The new interface supports all the
    new transitions which will occur in the multithreaded
    Framework, for example global begin run and stream begin
    run transitions will replace the old begin run transition.
    The Tracer service is modified to use all the new signals
    and it is also used in unit tests to test them.
    wddgit committed Aug 9, 2013
    Copy the full SHA
    f216b6f View commit details
    Browse the repository at this point in the history