Parent Directory
|
|
|
|
|
locks/
|
|
|
|
|
atomic/
|
|
|
|
|
ExecutorCompletionService.java
|
1.20 |
2 years |
jsr166 |
Update Creative Commons license URL in legal notices
|
ScheduledFuture.java
|
1.6 |
2 years |
jsr166 |
Update Creative Commons license URL in legal notices
|
RejectedExecutionHandler.java
|
1.8 |
2 years |
jsr166 |
Update Creative Commons license URL in legal notices
|
TransferQueue.java
|
1.5 |
2 years |
jsr166 |
Update Creative Commons license URL in legal notices
|
ThreadFactory.java
|
1.14 |
23 months |
jsr166 |
consistent style for code snippets
|
Phaser.java
|
1.73 |
6 months |
jsr166 |
normalize whitespace after <p>
|
Semaphore.java
|
1.64 |
6 months |
jsr166 |
normalize whitespace after <p>
|
ForkJoinWorkerThread.java
|
1.56 |
5 months |
dl |
stabilize
|
CountDownLatch.java
|
1.41 |
5 months |
jsr166 |
whitespace
|
CompletionException.java
|
1.3 |
4 months |
jsr166 |
<tt> => @code
|
RunnableFuture.java
|
1.7 |
4 months |
jsr166 |
<tt> -> {@code
|
Future.java
|
1.37 |
4 months |
jsr166 |
<tt> -> {@code
|
Delayed.java
|
1.11 |
4 months |
jsr166 |
<tt> -> {@code
|
BrokenBarrierException.java
|
1.9 |
4 months |
jsr166 |
<tt> -> {@code
|
ExecutionException.java
|
1.11 |
4 months |
jsr166 |
<tt> -> {@code
|
CancellationException.java
|
1.9 |
4 months |
jsr166 |
<tt> -> {@code
|
Callable.java
|
1.11 |
4 months |
jsr166 |
<tt> -> {@code
|
RejectedExecutionException.java
|
1.9 |
4 months |
jsr166 |
<tt> -> {@code
|
TimeoutException.java
|
1.8 |
4 months |
jsr166 |
<tt> -> {@code
|
RecursiveAction.java
|
1.17 |
4 months |
jsr166 |
use blessed modifier order
|
Executor.java
|
1.31 |
3 months |
jsr166 |
javadoc style
|
DelayQueue.java
|
1.63 |
3 months |
jsr166 |
javadoc style
|
AbstractExecutorService.java
|
1.44 |
3 months |
jsr166 |
give that javadoc some commas
|
CompletionService.java
|
1.19 |
3 months |
jsr166 |
give that javadoc some commas
|
TimeUnit.java
|
1.41 |
3 months |
jsr166 |
javadoc link readability
|
RecursiveTask.java
|
1.7 |
3 months |
jsr166 |
add missing @return
|
ExecutorService.java
|
1.60 |
3 months |
jsr166 |
javadoc link readability
|
ScheduledExecutorService.java
|
1.23 |
3 months |
jsr166 |
javadoc link readability
|
BlockingQueue.java
|
1.52 |
3 months |
jsr166 |
add <caption> tags to all tables
|
Executors.java
|
1.86 |
3 months |
jsr166 |
javadoc typo
|
ThreadLocalRandom.java
|
1.15 |
2 months |
jsr166 |
improve internal docs
|
package-info.java
|
1.9 |
2 months |
jsr166 |
Add advert for ConcurrentLinkedDeque
|
ConcurrentNavigableMap.java
|
1.14 |
2 months |
jsr166 |
convert some more <tt> => {@code
|
ConcurrentMap.java
|
1.40 |
2 months |
dl |
Mesh Map and Spliterator methods with lambda
|
PriorityBlockingQueue.java
|
1.96 |
2 weeks |
jsr166 |
port to latest lambda
|
LinkedBlockingQueue.java
|
1.82 |
2 weeks |
jsr166 |
port to latest lambda
|
SynchronousQueue.java
|
1.97 |
2 weeks |
jsr166 |
port to latest lambda
|
LinkedTransferQueue.java
|
1.62 |
2 weeks |
jsr166 |
port to latest lambda
|
ConcurrentSkipListSet.java
|
1.39 |
2 weeks |
jsr166 |
port to latest lambda
|
ConcurrentLinkedQueue.java
|
1.91 |
2 weeks |
jsr166 |
port to latest lambda
|
ArrayBlockingQueue.java
|
1.104 |
2 weeks |
jsr166 |
port to latest lambda
|
ConcurrentLinkedDeque.java
|
1.45 |
2 weeks |
jsr166 |
fix up exception spec javadoc for deque methods
|
LinkedBlockingDeque.java
|
1.46 |
2 weeks |
jsr166 |
fix up exception spec javadoc for deque methods
|
BlockingDeque.java
|
1.26 |
2 weeks |
jsr166 |
fix up exception spec javadoc for deque methods
|
Exchanger.java
|
1.64 |
2 weeks |
dl |
Use @Contended
|
CopyOnWriteArraySet.java
|
1.54 |
2 weeks |
dl |
Support new Collection methods; bypass copy for some methods with COW args;
|
ConcurrentSkipListMap.java
|
1.123 |
2 weeks |
dl |
Overrride default Map methods
|
CopyOnWriteArrayList.java
|
1.108 |
12 days |
dl |
Override default implementations in sublists
|
ForkJoinTask.java
|
1.76 |
7 days |
jsr166 |
consistent use of "@return {@code true}"
|
ScheduledThreadPoolExecutor.java
|
1.70 |
7 days |
jsr166 |
consistent use of "@return {@code true}"
|
RunnableScheduledFuture.java
|
1.9 |
7 days |
jsr166 |
consistent use of "@return {@code true}"
|
FutureTask.java
|
1.103 |
7 days |
jsr166 |
consistent use of "@return {@code true}"
|
ThreadPoolExecutor.java
|
1.147 |
7 days |
jsr166 |
consistent use of "@return {@code true}"
|
CountedCompleter.java
|
1.35 |
7 days |
jsr166 |
clarify exception propagation in onExceptionalCompletion
|
CyclicBarrier.java
|
1.50 |
6 days |
jsr166 |
clarify that barrier will be broken on TimeoutException
|
CompletableFuture.java
|
1.87 |
2 days |
jsr166 |
whitespace
|
ForkJoinPool.java
|
1.186 |
65 minutes |
jsr166 |
whitespace
|
ConcurrentHashMap.java
|
1.214 |
48 minutes |
jsr166 |
small javadoc improvement
|