Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Source codes of book Java Concurrency In Practice, rebuild by maven.

Notifications You must be signed in to change notification settings

hankmor/jcip-source-code-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Source codes of book: Java Concurrency In Practice(2011, Brain Goetz etc. jcip for short.), rebuild from https://jcip.net/ with maven.

Modules of this project:

  • jcip-annotations: Source codes for annotations.
  • jcip-examples: Source codes for all examples.

Example Codes List

Introduction

Thread Safety

Sharing Objects

Composing Objects

Building Blocks

Task Execution

Cancellation and Shutdown

Applying Thread Pools

GUI Applications

Avoiding Liveness Hazards

Performance and Scalability

Testing Concurrent Programs

Explicit Locks

Building Custom Synchronizers

Atomic Variables and Nonblocking Synchronization

The Java Memory Model

About

Source codes of book Java Concurrency In Practice, rebuild by maven.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published