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

Move shutdownfns, terminatefns and hammerfns out of separate goroutines #15686

Closed
wants to merge 6 commits into from

Commits on Apr 30, 2021

  1. move shutdownfns, terminatefns and hammerfns out of separate goroutines

    Coalesce the shutdownfns etc into a list of functions that get run at shutdown
    rather then have them run at goroutines blocked on selects.
    
    This may help reduce the background select/poll load in certain
    configurations.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    b45c3ae View commit details
    Browse the repository at this point in the history
  2. oops windows;

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    105a121 View commit details
    Browse the repository at this point in the history
  3. comment changes

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    7976e99 View commit details
    Browse the repository at this point in the history
  4. Update manager_windows.go

    zeripath committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    8815d90 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

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

Commits on May 2, 2021

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