All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by concurrent with all dependencies

Search JAR files by class name

failureaccess from group com.google.guava (version 1.0.2)

Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).

Group: com.google.guava Artifact: failureaccess
Show all versions Show documentation Show source 
 

29 downloads
Artifact failureaccess
Group com.google.guava
Version 1.0.2
Last update 17. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xoom-lattice from group io.vlingo.xoom (version 1.11.1)

Tooling for reactive Domain-Driven Design projects that are highly concurrent. Includes compute grid, actor caching, spaces, cross-node cluster messaging, CQRS, and Event Sourcing support.

Group: io.vlingo.xoom Artifact: xoom-lattice
Show all versions Show documentation Show source 
 

0 downloads
Artifact xoom-lattice
Group io.vlingo.xoom
Version 1.11.1
Last update 15. February 2023
Organization not specified
URL https://github.com/vlingo/xoom-lattice
License Mozilla Public License 2.0
Dependencies amount 7
Dependencies logback-classic, xoom-common, xoom-actors, xoom-streams, xoom-cluster, xoom-symbio, fst,
There are maybe transitive dependencies!

executioner from group io.github.cernoch (version 3.2.0)

Parallel execution tools. On top of java.util.concurrent this provides checked exception handling (forget ExecutionException), and stack manipulators for comfortable debugging. Also we provide routines that simulate execution on CPUs with arbitrary number of cores, which is handy for benchmarking.

Group: io.github.cernoch Artifact: executioner
Show all versions Show documentation Show source 
 

0 downloads
Artifact executioner
Group io.github.cernoch
Version 3.2.0
Last update 16. February 2022
Organization not specified
URL https://github.com/cernoch/executioner
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

vlingo-lattice from group io.vlingo (version 1.7.5)

Tooling for reactive Domain-Driven Design projects that are highly concurrent. Includes compute grid, actor caching, spaces, cross-node cluster messaging, CQRS, and Event Sourcing support.

Group: io.vlingo Artifact: vlingo-lattice
Show all versions Show documentation Show source 
 

0 downloads
Artifact vlingo-lattice
Group io.vlingo
Version 1.7.5
Last update 30. April 2021
Organization not specified
URL https://github.com/vlingo/xoom-lattice
License Mozilla Public License 2.0
Dependencies amount 7
Dependencies logback-classic, xoom-common, xoom-actors, xoom-streams, xoom-cluster, xoom-symbio, fst,
There are maybe transitive dependencies!

litesockets from group org.threadly (version 4.14)

A light weight socket library designed for highly concurrent applications. LiteSockets leverages threadly to make it easy to maintain concurrent connections while keeping threading on a per-client basis single threaded.

Group: org.threadly Artifact: litesockets
Show all versions Show documentation Show source 
 

1 downloads
Artifact litesockets
Group org.threadly
Version 4.14
Last update 14. February 2020
Organization not specified
URL https://github.com/threadly/litesockets
License Mozilla Public License Version 2.0
Dependencies amount 1
Dependencies threadly,
There are maybe transitive dependencies!

vibur-dbcp from group org.vibur (version 25.0)

Concurrent, fast, and fully-featured JDBC connection pool, which provides a non-starvation guarantee for application threads, slow SQL queries detection and logging, and Hibernate integration, among other features.

Group: org.vibur Artifact: vibur-dbcp
Show all versions Show documentation Show source 
 

4 downloads
Artifact vibur-dbcp
Group org.vibur
Version 25.0
Last update 30. November 2019
Organization vibur.org
URL http://www.vibur.org
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies vibur-object-pool, slf4j-api,
There are maybe transitive dependencies!

jetlang from group org.jetlang (version 0.2.23)

Jetlang provides a high performance java threading library. It is a complement to the java.util.concurrent package introduced in 1.5 and should be used for message based concurrency similar to event based actors in Scala.

Group: org.jetlang Artifact: jetlang
Show all versions Show documentation Show source 
 

0 downloads
Artifact jetlang
Group org.jetlang
Version 0.2.23
Last update 29. January 2019
Organization not specified
URL http://code.google.com/p/jetlang/
License New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

patterntesting-concurrent from group net.sf.patterntesting (version 0.9.9)

PatternTesting Concurrent (patterntesting-concurrent) is a collection of useful thread aspects. It has support for testing, for sychnronization and for concurrent programming. Some of the ideas used in this library comes from reading Brian Goetz's book "Java Concurrency in Practice".

Group: net.sf.patterntesting Artifact: patterntesting-concurrent
Show all versions Show source 
 

0 downloads
Artifact patterntesting-concurrent
Group net.sf.patterntesting
Version 0.9.9
Last update 30. December 2009
Organization not specified
URL http://patterntesting.sourceforge.net/concurrent/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

patterntesting-rt from group net.sf.patterntesting (version 0.9.9)

PatternTesting Runtime (patterntesting-rt) is the runtime component for the PatternTesting framework. It provides the annotations and base classes for the PatternTesting testing framework (e.g. patterntesting-check, patterntesting-concurrent or patterntesting-exception) but can be also used standalone for classpath monitoring or profiling. It uses AOP and AspectJ to perform this feat.

Group: net.sf.patterntesting Artifact: patterntesting-rt
Show all versions Show source 
 

0 downloads
Artifact patterntesting-rt
Group net.sf.patterntesting
Version 0.9.9
Last update 30. December 2009
Organization not specified
URL http://patterntesting.sourceforge.net/rt/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!

zookeeper-recipes-queue from group io.streamnative (version 3.6.3.1)

This queue interface recipe implements the queue recipe A more detailed explanation is at: http://www.cloudera.com/blog/2009/05/28/building-a-distributed-concurrent-queue-with-apache-zookeeper/ This recipe does not handle KeeperException.ConnectionLossException or ZCONNECTIONLOSS. It will only work correctly once ZOOKEEPER-22 https://issues.apache.org/jira/browse/ZOOKEEPER-22 is resolved.

Group: io.streamnative Artifact: zookeeper-recipes-queue
Show all versions Show documentation Show source 
 

0 downloads
Artifact zookeeper-recipes-queue
Group io.streamnative
Version 3.6.3.1
Last update 28. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 81 from 3 (items total 832)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy