mahmoudimus / atlassian-util-concurrent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atlassian-util-concurrent

general purpose concurrency utilities

This project contains utility classes that are used by various products and projects inside Atlassian and may have some utility to the world at large. These are designed to help make it easier to write concurrent code correctly, and generally encapsulate correct usage inside the utility classes.

Included are lazy references, copy-on-write maps, latches, promises, some AtomicX extensions and an asynchronous completion service.

There is more documentation on the wiki.

Issue Tracking

Issues are tracked in the CONCURRENT project on labs.atlassian.com

About


Languages

Language:Java 100.0%