Skip to content

bzb0/concurrency-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Concurrency Utilities

Description

This project contains proof of concept implementations of various concurrency utilities. Some of the implementations are based on concurrency utils, that can be found in the java.util.concurrent package. The project is written in Java 8, while the unit tests are written in Groovy and use the Spock testing framework.

  Java SE      8
  Maven        3.2.5
  Spock        0.7-groovy-2.0

Building the project

The following command compiles the project and runs the unit tests:

mvn clean install

The unit tests can be executed separately with the following command:

mvn clean test

About

Implementations of various concurrency utilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published