Package nl.tudelft.simulation.language.concurrent

Provides for asynchronously placing a semaphore on an object.

See:
          Description

Class Summary
Monitor In the Java programming language there is a lock associated with every object.
WorkerThread The WorkerThread is a working thread.
 

Package nl.tudelft.simulation.language.concurrent Description

Provides for asynchronously placing a semaphore on an object.

Package Specification

The Concurrent package provides a mechanism to lock and unlock objects by a Monitor object.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Since:
1.5


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.