Package org.eclipse.xtext.util.concurrent

Interface Summary
IReadAccess<P>  
IUnitOfWork<R,P> A unit of work acts as a transaction block, which can be passed to an IXtextDocument in order to get read or write access to it's parsed models.
IWriteAccess<P>  
 

Class Summary
AbstractReadWriteAcces<P>  
IUnitOfWork.Void<T> convenience class for side-effect only units