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

[Minor Breaking API] Make deallocation queues more reliable #651

Merged
merged 6 commits into from
Nov 2, 2017

Commits on Oct 31, 2017

  1. Make our async deallocation functions take a double pointer, so we ca…

    …n be sure we've released before the queue drains
    Adlai Holler committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    63ec256 View commit details
    Browse the repository at this point in the history
  2. Make it a class property

    Adlai Holler committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    1d28667 View commit details
    Browse the repository at this point in the history
  3. Fix the return type

    Adlai Holler committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    71b7556 View commit details
    Browse the repository at this point in the history
  4. Use a locker

    Adlai Holler committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    cd6ebcb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Configuration menu
    Copy the full SHA
    a909cfb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Improve release notes

    Adlai-Holler committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    a1c61ad View commit details
    Browse the repository at this point in the history