The Carbon Java Framework  

The Carbon Utilities Subsystem

Threading utilities

Printer Friendly Version

Author: Douglas Voet (dvoet at sapient.com)
Version: $Revision: 1.3 $($Author: ghinkl $ / $Date: 2003/06/26 19:55:00 $)
Created: May 2003

Overview

The org.sape.carbon.core.util.thread package contains classes that implement reader/writer locking for use within Carbon. These classes have been adopted from Doug Lea's work on the util.concurrent package. The classes that have been adopted are:

  • ReadWriteLock
  • ReentrantWriterPreferenceReadWriteLock
  • Sync
  • WriterPreferenceReadWriteLock

Copyright © 2001-2003, Sapient Corporation