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

Add a DeferExitHandler function #848

Merged
merged 4 commits into from Jan 29, 2019

Commits on Oct 22, 2018

  1. Add a DeferExitHandler function

    Useful for running exit handlers in the same order as defer statements
    Georgi Dimitrov committed Oct 22, 2018
    Copy the full SHA
    04c7308 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Copy the full SHA
    7aae282 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Update docstrings and add tests

    Georgi Dimitrov committed Jan 28, 2019
    Copy the full SHA
    eec6331 View commit details
    Browse the repository at this point in the history
  2. Remove accidentally checked in lines

    Georgi Dimitrov committed Jan 28, 2019
    Copy the full SHA
    ec668ce View commit details
    Browse the repository at this point in the history