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

Don't use boost::intrusive_ptr for thread_id_type #3120

Merged
merged 1 commit into from Jan 23, 2018

Commits on Jan 23, 2018

  1. Don't use boost::intrusive_ptr for thread_id_type

    This change gets rid of using boost::intrusive_ptr to refcount thread_data. The
    lifetime of thread_data is perfectly managed by the scheduling policy. That is,
    once a task terminates, it can be deleted/reused.
    Thomas Heller committed Jan 23, 2018
    Copy the full SHA
    9d4fcca View commit details
    Browse the repository at this point in the history