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

Allow shutdown of executors, to clean up resources. #62

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    1b02832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    705d1b1 View commit details
    Browse the repository at this point in the history
  3. Add shutdown() test case.

    Works fine when tested alone, but fails when executed with others, due probably to `EmpiringMapTest.testSetThreadFactory` doing `EXPIRER = null` and, thus, losing all old threads.
    lapo-luchini committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    8b64676 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cb40a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    a0c2e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f11acd View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. JavaDoc. Minimize diff.

    lapo-luchini committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a4b96bc View commit details
    Browse the repository at this point in the history