Java Concurrency Utilities (original) (raw)

Skip to Content

Home Page

Search

The concurrency utilities packages provide a powerful, extensible framework of high-performance threading utilities such as thread pools and blocking queues. This package frees the programmer from the need to craft these utilities by hand, in much the same manner the collections framework did for data structures. Additionally, these packages provide low-level primitives for advanced concurrent programming.

Overview

Enhancements

API Specification

Tutorial

API Enhancements

More Information

Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved.

Contact Us