Uses of Class
net.sf.asyncobjects.util.Experimental

Packages that use Experimental
net.sf.asyncobjects.vats This package contains core classes releate to vats and vat runners. 
 

Uses of Experimental in net.sf.asyncobjects.vats
 

Methods in net.sf.asyncobjects.vats with annotations of type Experimental
static
<T> T
VatUtils.runInCurrentThread(Vat targetVat, AsyncAction<T> action)
          The version of VatUtils.runInCurrentThread(Vat, ThreadBasedRunner, AsyncAction) that uses SingleThreadRunner as runner.
static
<T> T
VatUtils.runInCurrentThread(Vat targetVat, ThreadBasedRunner runner, AsyncAction<T> action)
          This is an extremely tricky method.
 



Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.