https://github.com/mahmoudimus/atlassian-util-concurrent
https://github.com/mahmoudimus/atlassian-util-concurrent
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahmoudimus/atlassian-util-concurrent
- Owner: mahmoudimus
- Created: 2022-04-18T23:54:16.000Z (about 3 years ago)
- Default Branch: 2.4.x
- Last Pushed: 2022-04-18T23:54:27.000Z (about 3 years ago)
- Last Synced: 2025-01-29T15:29:39.470Z (4 months ago)
- Language: Java
- Size: 614 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
=========================
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.. _wiki: https://bitbucket.org/atlassian/atlassian-util-concurrent/wiki
.. _CONCURRENT: https://labs.atlassian.com/browse/CONCURRENT