异步处理获取结果集异步接口Future
Future接口是Concurrent包下的,关于他的解释,源码给的解释是package java.util.concurrent;/** * A {@code Future} represents the result of an asynchronous * computation. Methods are provided to check if the computati...