|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
VatUtils.runInCurrentThread(Vat targetVat,
AsyncAction<T> action)
The version of VatUtils.runInCurrentThread(Vat, ThreadBasedRunner, AsyncAction) that
uses SingleThreadRunner as runner. |
|
static
|
VatUtils.runInCurrentThread(Vat targetVat,
ThreadBasedRunner runner,
AsyncAction<T> action)
This is an extremely tricky method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |