未来与未来的区别是什么?

时间:2016-10-12 01:46:34

标签: scala

下一个代码都好,为什么我们需要新的功能未来?似乎未来只有跟随signture,我想念的任何事情。在某种情况下,我们可以使用其中一种吗?

  this.setState({
    //order: { brand: items[0].title },
    order: { ...order, brand: items[0].title },
  });

以下是测试代码:

def future[T](body: =>T)(implicit execctx: ExecutionContext): Future[T] = Future[T](body)

1 个答案:

答案 0 :(得分:4)

scala.concurrent.future在2.11.0中为deprecated,将在未来版本的Scala中删除,所以答案是你不需要两者,也不要使用{ {1}}。