public interface ParallelExecutor
IOCSymbols
Modifier and Type | Method and Description |
---|---|
<T> T |
invoke(Class<T> proxyType,
Invokable<T> invocable)
As with
invoke(org.apache.tapestry5.ioc.Invokable) , but the result is wrapped inside a thunk. |
<T> Future<T> |
invoke(Invokable<T> invocable)
Submits the invocable object to be executed in a pooled thread.
|
<T> Future<T> invoke(Invokable<T> invocable)
PerthreadManager.cleanup()
is invoked after the operation completes.T
- invocable
- to execute in a thread<T> T invoke(Class<T> proxyType, Invokable<T> invocable)
invoke(org.apache.tapestry5.ioc.Invokable)
, but the result is wrapped inside a thunk. Invoking methods on the thunk will block until the value
is available.T
- proxyType
- return type, used to create the thunkinvocable
- object that will eventually execute and return a value${project.version} - Copyright © 2003-2015 The Apache Software Foundation.