Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: twitter/util
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: electricmonk/util
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 13, 2013

  1. Configuration menu
    Copy the full SHA
    40801ee View commit details
    Browse the repository at this point in the history
  2. fixed bad import

    shaiyallin committed Jan 13, 2013
    Configuration menu
    Copy the full SHA
    e978154 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2013

  1. setting ScheduledThreadPoolExecutor#setRemoveOnCancelPolicy to true a…

    …nd documenting why this is important for ScheduledExecutorServiceTimer
    shaiyallin committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    eeaa5a8 View commit details
    Browse the repository at this point in the history
  2. ScheduledExecutorServiceTimer is now trait ScheduledExecutorServiceTi…

    …merSupport, which provides a hook to be called on task cancellation. ScheduledThreadPoolTimer extends this hook and being intimately familiar with ScheduledThreadPoolExecutor, removes the runnable from the executor's queue to prevent retention of tasks with long delay
    shaiyallin committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    7a6ddcd View commit details
    Browse the repository at this point in the history
Loading