Adam Heath wrote:
> T result = Controller.runWith(data, new Callable<T>() {
> public T call() throws Exception {
> // code
> return null;
> }
> });I've actually attempted this, and while I think the implementation of this pattern is simple, actually *using* it in higher-level code ends up making things rather verbose. /me goes to think more
