edu.stanford.nlp.tmt.data

concurrent

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. class ConcurrentException extends RuntimeException

    Exception thrown when a parallel computation dies.

  2. class RichIterator [A] extends AnyRef

  3. class RichSeq [C] extends AnyRef

Value Members

  1. object AsyncMath extends AnyRef

    Asynchronous math.

  2. object Concurrent extends AnyRef

    Concurrent operations.

  3. object DaemonThreadFactory extends ThreadFactory

    A ThreadFactory for creating daemon threads.

  4. object Implicits extends AnyRef

  5. object ThreadPool extends AnyRef

    Constructor for a thread pool of the requested size.

  6. val cores : Int

    Default number of cores to be used by code in this package as specified in the system property concurrent.

    Default number of cores to be used by code in this package as specified in the system property concurrent.cores or as the Runtime.availableProcessors.

    Definition Classes
    package