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

Fix to bug of invoking dedicated thread #171

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Commits on Aug 31, 2024

  1. Fix to bug of invoking dedicated thread

    * Since workers are inserted into `unordered_map`, there is no guarantee
    that the first invoked worker is the dedicated one. We should have
    separate worker name to distinguish the dedicated ones.
    greensky00 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    e297128 View commit details
    Browse the repository at this point in the history