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

Thread start and stop revamp #2383

Closed
wants to merge 2 commits into from
Closed

Commits on May 19, 2015

  1. Thread-local Caffe

    cypof committed May 19, 2015
    Configuration menu
    Copy the full SHA
    95dcc20 View commit details
    Browse the repository at this point in the history
  2. Changed the way threads are started and stopped

    - Interrupt the thread before waiting on join
    - Provide a method for looping threads to exit on demand
    - CHECK if start and stop succeed instead of returning an error
    cypof committed May 19, 2015
    Configuration menu
    Copy the full SHA
    1f987e1 View commit details
    Browse the repository at this point in the history