Uses of Class
net.sf.asyncobjects.AsyncAction

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

Uses of AsyncAction in net.sf.asyncobjects.vats
 

Methods in net.sf.asyncobjects.vats with parameters of type AsyncAction
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.