Package edu.stanford.nlp.util.concurrent

A collection of useful thread-safe general-purpose utility classes.

See:
          Description

Class Summary
SynchronizedInterner<T> For interning (canonicalizing) things in a multi-threaded environment.
 

Package edu.stanford.nlp.util.concurrent Description

A collection of useful thread-safe general-purpose utility classes. Note that this is very much a work in progress, and may not work in all cases.



Stanford NLP Group