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

gc: cancel context #6281

Merged
merged 1 commit into from
Apr 30, 2019
Merged

gc: cancel context #6281

merged 1 commit into from
Apr 30, 2019

Commits on Apr 30, 2019

  1. gc: cancel context

    We were canceling the context in `GarbageCollect` but some functions call `GC`
    directly. Move the context cancelation down to where we actually _need_ it.
    
    fixes #6279
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    223cae0 View commit details
    Browse the repository at this point in the history