1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FutureUtils improved optimizations for empty / null Future Collection's
jent
as Mike Jensen
More... over 6 years ago
FutureUtils.immediateResultFuture use static instances more if possible
jent
as Mike Jensen
More... over 6 years ago
Added more statics to ImmediateResultListenableFuture
jent
as Mike Jensen
More... over 6 years ago
Add ListenableFuture.resultCallback/.failureCallback
jent
as Mike Jensen
More... over 6 years ago
Added unit tests to verify stack depths when doing ListenableFuture mapping
jent
as Mike Jensen
More... over 6 years ago
ListenableFuture.addCallback / addListener replaced with `callback` and `listener`
jent
as Mike Jensen
More... over 6 years ago
ImmediateResultListenableFuture: Add empty string static
jent
as Mike Jensen
More... over 6 years ago
5.33 Release
jent
as Mike Jensen
More... almost 7 years ago
ExceptionUtils improvements for getRootCause/hasCauseOfType(s)
jent
as Mike Jensen
More... almost 7 years ago
updated version More... almost 7 years ago
Removed some debug code More... almost 7 years ago
fixed issue with keyedExecuter exception, and python 3 issue More... almost 7 years ago
Poller minor lambda simplification
jent
as Mike Jensen
More... almost 7 years ago
PriorityScheduler.workerIdle interrupted check optimization removal
jent
as Mike Jensen
More... almost 7 years ago
PriorityScheduler: yield if concurrent conflict consuming tasks
jent
as Mike Jensen
More... almost 7 years ago
5.32 release: mapped CancellationException message fix
jent
as Mike Jensen
More... almost 7 years ago
5.31 Minor release
jent
as Mike Jensen
More... almost 7 years ago
Added minor helper function Clock.forwardProgressingDuration
jent
as Mike Jensen
More... almost 7 years ago
SettableListenableFuture: Add protected function to enable more debugging capabilities
jent
as Mike Jensen
More... almost 7 years ago
InternalFutureUtils Spacing fix
jent
as Mike Jensen
More... almost 7 years ago
Added FutureUtils.invokeAfterAllComplete
jent
as Mike Jensen
More... almost 7 years ago
5.30 minor release
jent
as Mike Jensen
More... almost 7 years ago
FutureUtils.makeSuccess/FailureList order improvements
jent
as Mike Jensen
More... almost 7 years ago
FutureUtils.makeResultListFuture / makeCompleteListFuture deterministic order
jent
as Mike Jensen
More... almost 7 years ago
Clock: Fix rare race condition with accurateForwardProgressingMillis
jent
as Mike Jensen
More... about 7 years ago
Version updates for 5.30-SNAPSHOT future development
jent
as Mike Jensen
More... about 7 years ago
5.29 Release
jent
as Mike Jensen
More... about 7 years ago
FutureUtils.execute/scheduleWhile to use CancelDelegateSettableListenableFuture
jent
as Mike Jensen
More... about 7 years ago
FutureUtils.executeWhile improvements to tracking the running thread
jent
as Mike Jensen
More... about 7 years ago
StringUtils.all/anyCharsMatch accept CharSequence instead of String
jent
as Mike Jensen
More... about 7 years ago