Future
  • 音标:/ˈfjuːtʃər/
  • 意思:Future接口;异步计算的结果
  • 例句A Future represents the result of an asynchronous computation.
  • 翻译:Future表示异步计算的结果。
  • 补充说明:future.get()阻塞等待结果,带超时的get可以设置等待时间。