Eric Lin

Results 1 comments of Eric Lin

又考虑了一下,写了一个适配器,针对包装执行 ListeningExecutorService 但是没有实现接口场景,比较通用。 ```Java public class ListenableHelper { /** * Adapts an ExecutorService to a {@link ListeningExecutorService}. * This handles cases where the underlying ExecutorService can produce {@link ListenableFuture} instances...