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

task/future: support spawning locally #24

Merged
merged 7 commits into from
Jan 2, 2020

Commits on Dec 31, 2019

  1. task/future: support spawning locally

    It uses a thread local variable to detect if it's in thread pool.
    Spawning locally can utilize maximum cache locality.
    
    Signed-off-by: Jay Lee <busyjaylee@gmail.com>
    BusyJay committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    031ffd1 View commit details
    Browse the repository at this point in the history
  2. adjust test case

    Signed-off-by: Jay Lee <busyjaylee@gmail.com>
    BusyJay committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    3ef6e43 View commit details
    Browse the repository at this point in the history
  3. address comment

    Signed-off-by: Jay Lee <busyjaylee@gmail.com>
    BusyJay committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    7f37e1a View commit details
    Browse the repository at this point in the history
  4. remove unnecessary clone

    Signed-off-by: Jay Lee <busyjaylee@gmail.com>
    BusyJay committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    7857d64 View commit details
    Browse the repository at this point in the history
  5. address comment

    Signed-off-by: Jay Lee <busyjaylee@gmail.com>
    BusyJay committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    35e8c6b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. address comment

    Signed-off-by: Jay Lee <busyjaylee@gmail.com>
    BusyJay committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    86dd586 View commit details
    Browse the repository at this point in the history
  2. assign remote during polling

    Signed-off-by: Jay Lee <busyjaylee@gmail.com>
    BusyJay committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    311a4ad View commit details
    Browse the repository at this point in the history