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

Add BoundThreadFactory which creates threads that are bound to a cpu core #67

Closed
wants to merge 3 commits into from

Commits on Sep 23, 2016

  1. Configuration menu
    Copy the full SHA
    070e9f8 View commit details
    Browse the repository at this point in the history
  2. Add BoundThreadFactory which binds each new thread to a specified

    CPU core
    
    Added test to verify thread gets bound to core
    sanjosh committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    e26e68f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bounder' of https://github.com/sanjosh/wangle into bounder

    Conflicts:
    	wangle/concurrent/BoundThreadFactory.h
    	wangle/concurrent/test/ThreadPoolExecutorTest.cpp
    sanjosh committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    843841c View commit details
    Browse the repository at this point in the history